mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 17:03:58 +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
|
||||
destroyOnInvisible: true
|
||||
x: 40; y: 40
|
||||
implicitWidth: 384; implicitHeight: 640
|
||||
implicitWidth: 384; implicitHeight: 650
|
||||
minSize: Qt.vector2d(200, 300)
|
||||
|
||||
HifiConstants { id: hifi }
|
||||
|
|
Loading…
Reference in a new issue