Changed window min height

This commit is contained in:
jeffser 2024-07-31 22:08:48 -06:00
parent 66f9fd7231
commit 02aa2734e0

View File

@ -6,7 +6,7 @@
<signal name="close-request" handler="closing_app"/>
<property name="resizable">True</property>
<property name="width-request">360</property>
<property name="height-request">700</property>
<property name="height-request">400</property>
<property name="default-width">1300</property>
<property name="default-height">800</property>
<property name="title">Alpaca</property>