Specify a minimum Running Scripts window size

This commit is contained in:
David Rowe 2016-02-15 18:02:59 +13:00
parent a5da678d6e
commit 9a536b3b33

View file

@ -25,6 +25,7 @@ Window {
destroyOnInvisible: true
x: 40; y: 40
implicitWidth: 384; implicitHeight: 640
minSize: Qt.vector2d(300, 400)
HifiConstants { id: hifi }