mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-15 12:59:22 +02:00
fix SendAssets.qml
This commit is contained in:
parent
536a76a791
commit
ccf02d8b65
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