mirror of
https://github.com/overte-org/overte.git
synced 2025-08-05 21:39:40 +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 {
|
Rectangle {
|
||||||
id: modalWindow
|
id: modalWindow
|
||||||
layer.enabled: true
|
layer.enabled: true
|
||||||
property var title: "Modal"
|
property var title: "Open"
|
||||||
width: tabletRoot.width
|
width: tabletRoot.width
|
||||||
height: tabletRoot.height
|
height: tabletRoot.height
|
||||||
color: "#80000000"
|
color: "#80000000"
|
||||||
|
|
Loading…
Reference in a new issue