Blame SOURCES/0001-network-Make-list-in-new-VPN-dialog-fill-up-space.patch

9b746a
From 5e0840c52fc5a3e2334ef3a50aa15e320f2f074e Mon Sep 17 00:00:00 2001
9b746a
From: Carlos Garnacho <carlosg@gnome.org>
9b746a
Date: Fri, 29 Nov 2019 20:45:32 +0100
9b746a
Subject: [PATCH] network: Make list in "new VPN" dialog fill up space
9b746a
9b746a
If we don't have much content on it (Due to lack of VPN NM modules),
9b746a
the list will look oddly centered. Have it fill the available space.
9b746a
---
9b746a
 panels/network/connection-editor/connection-editor.ui | 2 +-
9b746a
 1 file changed, 1 insertion(+), 1 deletion(-)
9b746a
9b746a
diff --git a/panels/network/connection-editor/connection-editor.ui b/panels/network/connection-editor/connection-editor.ui
9b746a
index 4495c728d..9214b6463 100644
9b746a
--- a/panels/network/connection-editor/connection-editor.ui
9b746a
+++ b/panels/network/connection-editor/connection-editor.ui
9b746a
@@ -93,7 +93,7 @@
9b746a
                   </object>
9b746a
                   <packing>
9b746a
                     <property name="expand">True</property>
9b746a
-                    <property name="fill">False</property>
9b746a
+                    <property name="fill">True</property>
9b746a
                     <property name="position">0</property>
9b746a
                   </packing>
9b746a
                 </child>
9b746a
-- 
9b746a
2.24.0
9b746a