mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 21:47:12 +02:00
Specify a minimum Running Scripts window size
This commit is contained in:
parent
a5da678d6e
commit
9a536b3b33
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ Window {
|
||||||
destroyOnInvisible: true
|
destroyOnInvisible: true
|
||||||
x: 40; y: 40
|
x: 40; y: 40
|
||||||
implicitWidth: 384; implicitHeight: 640
|
implicitWidth: 384; implicitHeight: 640
|
||||||
|
minSize: Qt.vector2d(300, 400)
|
||||||
|
|
||||||
HifiConstants { id: hifi }
|
HifiConstants { id: hifi }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue