Add Minimum Size to Screen Geometry

Fix #184
This commit is contained in:
Carl Schwan
2020-12-28 10:55:04 +01:00
parent a929f7bca3
commit a4cebe9b36

View File

@@ -22,6 +22,9 @@ Kirigami.ApplicationWindow {
property var currentRoom: null
property int columnWidth: Kirigami.Units.gridUnit * 13
minimumWidth: Kirigami.Units.gridUnit * 15
minimumHeight: Kirigami.Units.gridUnit * 20
wideScreen: width > columnWidth * 5
Connections {