Skip to content

network: Make list in "new VPN" dialog fill up space

Carlos Garnacho requested to merge wip/carlosg/fill-up-vpn-dialog into master

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.

Merge request reports