adjust window size

This commit is contained in:
Ferdinand Schober
2023-09-21 13:59:18 +02:00
parent bae52eb9e7
commit b2179e88de

View File

@@ -9,7 +9,7 @@
</item>
</menu>
<template class="LanMouseWindow" parent="GtkApplicationWindow">
<property name="width-request">800</property>
<property name="width-request">600</property>
<property name="title" translatable="yes">Lan Mouse</property>
<property name="show-menubar">True</property>
<child type="titlebar">
@@ -33,7 +33,7 @@
<property name="child">
<object class="AdwClamp">
<property name="maximum-size">600</property>
<property name="tightening-threshold">300</property>
<property name="tightening-threshold">0</property>
<property name="child">
<object class="GtkBox">
<property name="orientation">vertical</property>