Adjust minimum size of file browser dialog to keep all buttons visible

This commit is contained in:
David Rowe 2016-05-30 14:20:13 +12:00
parent fd467caf86
commit 437607998f

View file

@ -29,7 +29,7 @@ ModalWindow {
implicitWidth: 640
implicitHeight: 480
minSize: Qt.vector2d(300, 240)
minSize: Qt.vector2d(388, 240)
draggable: true
HifiConstants { id: hifi }