application-panel: Don't hardcode dialog height
The storage dialog has a well defined size, therefore we can let the toolkit determine the perfect height. We also set the minimum size for the dialog.
This commit is contained in:
parent
2bec830c05
commit
00f1a19739
1 changed files with 2 additions and 1 deletions
|
@ -504,7 +504,8 @@
|
|||
<property name="resizable">True</property>
|
||||
<property name="hide-on-close">True</property>
|
||||
<property name="default-width">420</property>
|
||||
<property name="default-height">420</property>
|
||||
<property name="width-request">360</property>
|
||||
<property name="height-request">294</property>
|
||||
<child>
|
||||
<object class="GtkShortcutController">
|
||||
<property name="scope">managed</property>
|
||||
|
|
Loading…
Add table
Reference in a new issue