mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 09:57:26 +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 bool resizable: false
|
||||||
|
|
||||||
property vector2d minSize: Qt.vector2d(100, 100)
|
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
|
// The content to place inside the window, determined by the client
|
||||||
default property var content
|
default property var content
|
||||||
|
|
Loading…
Reference in a new issue