mirror of
https://github.com/overte-org/overte.git
synced 2025-07-23 11:44:09 +02:00
Increase height of dialog to avoid scrollbars
This commit is contained in:
parent
67b6cafc92
commit
e30135a89d
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ Window {
|
||||||
resizable: true
|
resizable: true
|
||||||
destroyOnInvisible: true
|
destroyOnInvisible: true
|
||||||
x: 40; y: 40
|
x: 40; y: 40
|
||||||
implicitWidth: 384; implicitHeight: 640
|
implicitWidth: 384; implicitHeight: 650
|
||||||
minSize: Qt.vector2d(200, 300)
|
minSize: Qt.vector2d(200, 300)
|
||||||
|
|
||||||
HifiConstants { id: hifi }
|
HifiConstants { id: hifi }
|
||||||
|
|
Loading…
Reference in a new issue