Increase height of dialog to avoid scrollbars

This commit is contained in:
David Rowe 2016-02-23 20:05:45 +13:00
parent 67b6cafc92
commit e30135a89d

View file

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