[gnome-control-center/rhel/8.4.0: 17/32] network: Make list in "new VPN" dialog fill up space




commit 4dd84b941f174215b698ff3926fa90487bf6007c
Author: Carlos Garnacho <carlosg gnome org>
Date:   Fri Nov 29 20:45:32 2019 +0100

    network: Make list in "new VPN" dialog fill up space
    
    If we don't have much content on it (Due to lack of VPN NM modules),
    the list will look oddly centered. Have it fill the available space.

 panels/network/connection-editor/connection-editor.ui | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/panels/network/connection-editor/connection-editor.ui 
b/panels/network/connection-editor/connection-editor.ui
index 4495c728d..9214b6463 100644
--- a/panels/network/connection-editor/connection-editor.ui
+++ b/panels/network/connection-editor/connection-editor.ui
@@ -93,7 +93,7 @@
                   </object>
                   <packing>
                     <property name="expand">True</property>
-                    <property name="fill">False</property>
+                    <property name="fill">True</property>
                     <property name="position">0</property>
                   </packing>
                 </child>


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