Fixed minimum window dimensions

This commit is contained in:
2025-09-17 13:49:12 +02:00
parent c7d7cf0dab
commit c884fab60e

View File

@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<interface> <interface>
<object class="AdwWindow" id="main_window"> <object class="AdwWindow" id="main_window">
<property name="width-request">280</property> <property name="width-request">350</property>
<property name="height-request">200</property> <property name="height-request">300</property>
<property name="default-width">800</property> <property name="default-width">800</property>
<property name="default-height">500</property> <property name="default-height">500</property>
<child> <child>