Merge pull request #14805 from danteruiz/fix-qml-rendering

Case 20902: Give SendAsset.qml a background color
This commit is contained in:
Jeff Clinton 2019-01-30 08:54:03 -08:00 committed by GitHub
commit 0def57f2c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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