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.
This commit is contained in:
Carlos Garnacho 2019-11-29 20:45:32 +01:00
parent 6b08deff69
commit 1ce1fbe3c8

View file

@ -69,7 +69,7 @@
<property name="label_xalign">0</property> <property name="label_xalign">0</property>
<property name="shadow_type">in</property> <property name="shadow_type">in</property>
<property name="vexpand">True</property> <property name="vexpand">True</property>
<property name="valign">center</property> <property name="valign">start</property>
<child> <child>
<placeholder/> <placeholder/>
</child> </child>
@ -83,7 +83,6 @@
</object> </object>
<packing> <packing>
<property name="expand">True</property> <property name="expand">True</property>
<property name="fill">False</property>
<property name="position">0</property> <property name="position">0</property>
</packing> </packing>
</child> </child>