Adjust height of Running Scripts now that fonts are consistently sized

This commit is contained in:
David Rowe 2016-02-24 12:36:46 +13:00
parent 128583660b
commit bac703b29e

View file

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