settings: adjust min window size

This commit is contained in:
end-4
2025-09-24 09:25:29 +02:00
parent 6707487d3c
commit 7e491ce7d8
+2 -2
View File
@@ -71,8 +71,8 @@ ApplicationWindow {
MaterialThemeLoader.reapplyTheme() MaterialThemeLoader.reapplyTheme()
} }
minimumWidth: 600 minimumWidth: 750
minimumHeight: 400 minimumHeight: 500
width: 1100 width: 1100
height: 750 height: 750
color: Appearance.m3colors.m3background color: Appearance.m3colors.m3background