connection-editor: Remove default size
In the previous commits we added scrolled windows on all pages, these scrolled windows propagate their natural size and hence the dialog will try to present itself with that size. By having all pages inside of a scrolled window we can now use the connection editor on mobile devices. Fixes: https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2764
This commit is contained in:
parent
b291e98c00
commit
200cac0970
1 changed files with 0 additions and 2 deletions
|
@ -5,8 +5,6 @@
|
|||
<property name="modal">True</property>
|
||||
<property name="width_request">360</property>
|
||||
<property name="height_request">294</property>
|
||||
<property name="default_width">500</property>
|
||||
<property name="default_height">600</property>
|
||||
<child>
|
||||
<object class="AdwToolbarView">
|
||||
<child type="top">
|
||||
|
|
Loading…
Add table
Reference in a new issue