mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-18 17:37:30 +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"
|
||||
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