From ccf02d8b655291b69df8fc2fdce9e6d1f3001562 Mon Sep 17 00:00:00 2001 From: Dante Ruiz Date: Tue, 29 Jan 2019 17:16:27 -0800 Subject: [PATCH] fix SendAssets.qml --- .../qml/hifi/commerce/common/sendAsset/SendAsset.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/resources/qml/hifi/commerce/common/sendAsset/SendAsset.qml b/interface/resources/qml/hifi/commerce/common/sendAsset/SendAsset.qml index 3125ad1ee6..bc8816e0ea 100644 --- a/interface/resources/qml/hifi/commerce/common/sendAsset/SendAsset.qml +++ b/interface/resources/qml/hifi/commerce/common/sendAsset/SendAsset.qml @@ -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";