mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
Adjust default and minimum sizes
This commit is contained in:
parent
c4aed1ce06
commit
b65938b631
1 changed files with 3 additions and 3 deletions
|
@ -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 }
|
||||
|
|
Loading…
Reference in a new issue