[gnome-control-center] shell: Bump the right panel width request to 360



commit f9d0decc3ade6bc1c336510e2ae5ff7232e00460
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Mon Feb 18 15:02:30 2019 +0100

    shell: Bump the right panel width request to 360
    
    This will help ensuring the shell's leaflets fold consistently for all
    panels by setting a more reasonable minimum size constraint for the
    right panel, so that more panels can meet it.

 shell/cc-window.ui | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/shell/cc-window.ui b/shell/cc-window.ui
index 62a539471..8bbdbf2b2 100644
--- a/shell/cc-window.ui
+++ b/shell/cc-window.ui
@@ -91,7 +91,7 @@
             <property name="hexpand">True</property>
             <property name="vexpand">True</property>
             <property name="transition_type">crossfade</property>
-            <property name="width_request">300</property>
+            <property name="width_request">360</property>
             <style>
               <class name="background"/>
             </style>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]