summaryrefslogtreecommitdiff
path: root/panels/network
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2019-11-29 20:45:32 +0100
committerCarlos Garnacho <carlosg@gnome.org>2019-12-04 20:30:49 +0100
commit1ce1fbe3c8bc9dc9e8a00b354ac550258b115644 (patch)
tree095064c9ab5af2eec668b90b5a7cc393234fd958 /panels/network
parent6b08deff69e3ac025c277501360d9c39ee443ae2 (diff)
downloadgnome-control-center-1ce1fbe3c8bc9dc9e8a00b354ac550258b115644.tar.gz
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.
Diffstat (limited to 'panels/network')
-rw-r--r--panels/network/connection-editor/connection-editor.ui3
1 files changed, 1 insertions, 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>