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



commit 1ce1fbe3c8bc9dc9e8a00b354ac550258b115644
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, and align vertically on top.

 panels/network/connection-editor/connection-editor.ui | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/panels/network/connection-editor/connection-editor.ui 
b/panels/network/connection-editor/connection-editor.ui
index 7c7f8bebc..17a096f86 100644
--- a/panels/network/connection-editor/connection-editor.ui
+++ b/panels/network/connection-editor/connection-editor.ui
@@ -69,7 +69,7 @@
                         <property name="label_xalign">0</property>
                         <property name="shadow_type">in</property>
                         <property name="vexpand">True</property>
-                        <property name="valign">center</property>
+                        <property name="valign">start</property>
                         <child>
                           <placeholder/>
                         </child>
@@ -83,7 +83,6 @@
                   </object>
                   <packing>
                     <property name="expand">True</property>
-                    <property name="fill">False</property>
                     <property name="position">0</property>
                   </packing>
                 </child>


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