mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 19:55:07 +02:00
Fix the bug?
This commit is contained in:
parent
52e418481e
commit
d01500a7bb
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ ScrollingWindow {
|
|||
objectName: "RunningScripts"
|
||||
title: "Running Scripts"
|
||||
resizable: true
|
||||
destroyOnHidden: true
|
||||
destroyOnHidden: false
|
||||
implicitWidth: 424
|
||||
implicitHeight: isHMD ? 695 : 728
|
||||
minSize: Qt.vector2d(424, 300)
|
||||
|
|
Loading…
Reference in a new issue