Merge pull request from cain-kilgore/21562

WL 21562 - Fix the error in the Asset Browser
This commit is contained in:
Ryan Huffman 2017-10-10 11:12:33 -07:00 committed by GitHub
commit 568a7ba439

View file

@ -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"