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:
Maximiliano Sandoval R. 2023-11-26 10:53:10 +01:00 committed by Felipe Borges
parent 2bec830c05
commit 00f1a19739

View file

@ -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>