Add minimul width and height to modal window

Fix #253
This commit is contained in:
Carl Schwan
2021-02-05 23:40:32 +01:00
parent 1cb6b3bbd6
commit c17392bd9d

View File

@@ -12,6 +12,8 @@ import org.kde.kirigami 2.14 as Kirigami
Kirigami.ApplicationWindow {
id: window
required property var currentRoom
minimumWidth: Kirigami.Units.gridUnit * 10
minimumHeight: Kirigami.Units.gridUnit * 15
pageStack.initialPage: RoomPage {
visible: true
currentRoom: window.currentRoom