mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:24:00 +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
|
||||
implicitHeight: 480
|
||||
|
||||
minSize: Qt.vector2d(300, 240)
|
||||
minSize: Qt.vector2d(388, 240)
|
||||
draggable: true
|
||||
|
||||
HifiConstants { id: hifi }
|
||||
|
|
Loading…
Reference in a new issue