window: Set the main window height request to 294
This is the size you get on a mobile screen on landscape mode. See https://gnome.pages.gitlab.gnome.org/libadwaita/doc/main/migrating-to-breakpoints.html.
This commit is contained in:
parent
8322ccf6c1
commit
52a78a5404
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
<property name="default-width">980</property>
|
||||
<property name="default-height">640</property>
|
||||
<property name="width-request">360</property>
|
||||
<property name="height-request">298</property>
|
||||
<property name="height-request">294</property>
|
||||
<child>
|
||||
<object class="AdwBreakpoint">
|
||||
<condition>max-width: 550sp</condition>
|
||||
|
|
Loading…
Add table
Reference in a new issue