mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:24:00 +02:00
Increase maximum window height
This commit is contained in:
parent
cfc5c36f05
commit
db72e3efbb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue