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:
Maximiliano Sandoval R 2023-10-19 21:12:23 +02:00 committed by Felipe Borges
parent 8322ccf6c1
commit 52a78a5404

View file

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