mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 18:50:00 +02:00
Merge pull request #9259 from zfox23/FixRunningScripts
Fix "Running Scripts" window being inaccessible
This commit is contained in:
commit
5b30f5da1b
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ ScrollingWindow {
|
||||||
objectName: "RunningScripts"
|
objectName: "RunningScripts"
|
||||||
title: "Running Scripts"
|
title: "Running Scripts"
|
||||||
resizable: true
|
resizable: true
|
||||||
destroyOnHidden: true
|
destroyOnHidden: false
|
||||||
implicitWidth: 424
|
implicitWidth: 424
|
||||||
implicitHeight: isHMD ? 695 : 728
|
implicitHeight: isHMD ? 695 : 728
|
||||||
minSize: Qt.vector2d(424, 300)
|
minSize: Qt.vector2d(424, 300)
|
||||||
|
|
Loading…
Reference in a new issue