mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 07:48:08 +02:00
Merge pull request #11557 from cain-kilgore/21562
WL 21562 - Fix the error in the Asset Browser
This commit is contained in:
commit
568a7ba439
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ import "."
|
|||
Rectangle {
|
||||
id: modalWindow
|
||||
layer.enabled: true
|
||||
property var title: "Modal"
|
||||
property var title: "Open"
|
||||
width: tabletRoot.width
|
||||
height: tabletRoot.height
|
||||
color: "#80000000"
|
||||
|
|
Loading…
Reference in a new issue