mirror of
https://github.com/lubosz/overte.git
synced 2025-04-10 02:22:10 +02:00
Merge pull request #14805 from danteruiz/fix-qml-rendering
Case 20902: Give SendAsset.qml a background color
This commit is contained in:
commit
0def57f2c8
1 changed files with 2 additions and 2 deletions
|
@ -21,11 +21,11 @@ import "../../../../controls" as HifiControls
|
|||
import "../" as HifiCommerceCommon
|
||||
import "qrc:////qml//hifi//models" as HifiModels // Absolute path so the same code works everywhere.
|
||||
|
||||
Item {
|
||||
Rectangle {
|
||||
HifiConstants { id: hifi; }
|
||||
|
||||
id: root;
|
||||
|
||||
color: hifi.colors.baseGray
|
||||
property int parentAppTitleBarHeight;
|
||||
property int parentAppNavBarHeight;
|
||||
property string currentActiveView: "sendAssetHome";
|
||||
|
|
Loading…
Reference in a new issue