mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 06:53:01 +02:00
Adjust minimum size of file browser dialog to keep all buttons visible
This commit is contained in:
parent
fd467caf86
commit
437607998f
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ ModalWindow {
|
||||||
implicitWidth: 640
|
implicitWidth: 640
|
||||||
implicitHeight: 480
|
implicitHeight: 480
|
||||||
|
|
||||||
minSize: Qt.vector2d(300, 240)
|
minSize: Qt.vector2d(388, 240)
|
||||||
draggable: true
|
draggable: true
|
||||||
|
|
||||||
HifiConstants { id: hifi }
|
HifiConstants { id: hifi }
|
||||||
|
|
Loading…
Reference in a new issue