mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-05 06:05:31 +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
|
||||
x: 40; y: 40
|
||||
implicitWidth: 384; implicitHeight: 640
|
||||
minSize: Qt.vector2d(300, 400)
|
||||
|
||||
HifiConstants { id: hifi }
|
||||
|
||||
|
|
Loading…
Reference in a new issue