mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-20 08:26:21 +02:00
Adjust height of Running Scripts now that fonts are consistently sized
This commit is contained in:
parent
128583660b
commit
bac703b29e
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: 650
|
||||
implicitWidth: 384; implicitHeight: 640
|
||||
minSize: Qt.vector2d(200, 300)
|
||||
|
||||
HifiConstants { id: hifi }
|
||||
|
|
Loading…
Reference in a new issue