Increase maximum window height

This commit is contained in:
David Rowe 2016-03-30 19:22:34 +13:00
parent cfc5c36f05
commit db72e3efbb

View file

@ -53,7 +53,7 @@ Fadable {
property bool resizable: false
property vector2d minSize: Qt.vector2d(100, 100)
property vector2d maxSize: Qt.vector2d(1280, 720)
property vector2d maxSize: Qt.vector2d(1280, 800)
// The content to place inside the window, determined by the client
default property var content