[gnome-control-center/wip/carlosg/fill-up-vpn-dialog] network: Make list in "new VPN" dialog fill up space



commit 6c258a03c1f679752e7ba13377c7d90ffe34eac9
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
    
    The list holding the different supported VPN types is currently relying
    on its content in order to expand horizontally. This comes out odd
    if the list is mostly empty or has no specially wide content, as it is
    then centered in the dialog.
    
    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 7c7f8bebc..76445d44d 100644
--- a/panels/network/connection-editor/connection-editor.ui
+++ b/panels/network/connection-editor/connection-editor.ui
@@ -83,7 +83,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]