Adjust default and minimum sizes

This commit is contained in:
David Rowe 2016-06-01 16:23:26 +12:00
parent c4aed1ce06
commit b65938b631

View file

@ -26,10 +26,10 @@ import "fileDialog"
ModalWindow {
id: root
resizable: true
implicitWidth: 640
implicitHeight: 480
implicitWidth: 480
implicitHeight: 360
minSize: Qt.vector2d(388, 240)
minSize: Qt.vector2d(360, 240)
draggable: true
HifiConstants { id: hifi }