mirror of
https://github.com/lubosz/overte.git
synced 2025-08-08 03:27:48 +02:00
Merge pull request #14841 from danteruiz/asset79
Case 20972: Fix SendAsset.qml has wrong color
This commit is contained in:
commit
d2707ee03d
2 changed files with 5 additions and 3 deletions
|
@ -21,11 +21,10 @@ import "../../../../controls" as HifiControls
|
||||||
import "../" as HifiCommerceCommon
|
import "../" as HifiCommerceCommon
|
||||||
import "qrc:////qml//hifi//models" as HifiModels // Absolute path so the same code works everywhere.
|
import "qrc:////qml//hifi//models" as HifiModels // Absolute path so the same code works everywhere.
|
||||||
|
|
||||||
Rectangle {
|
Item {
|
||||||
HifiConstants { id: hifi; }
|
HifiConstants { id: hifi; }
|
||||||
|
|
||||||
id: root;
|
id: root;
|
||||||
color: hifi.colors.baseGray
|
|
||||||
property int parentAppTitleBarHeight;
|
property int parentAppTitleBarHeight;
|
||||||
property int parentAppNavBarHeight;
|
property int parentAppNavBarHeight;
|
||||||
property string currentActiveView: "sendAssetHome";
|
property string currentActiveView: "sendAssetHome";
|
||||||
|
|
|
@ -3,10 +3,13 @@ import Hifi 1.0
|
||||||
|
|
||||||
import "../../dialogs"
|
import "../../dialogs"
|
||||||
import "../../controls"
|
import "../../controls"
|
||||||
|
import stylesUit 1.0
|
||||||
|
|
||||||
Item {
|
Rectangle {
|
||||||
|
HifiConstants { id: hifi; }
|
||||||
id: tabletRoot
|
id: tabletRoot
|
||||||
objectName: "tabletRoot"
|
objectName: "tabletRoot"
|
||||||
|
color: hifi.colors.baseGray
|
||||||
property string username: "Unknown user"
|
property string username: "Unknown user"
|
||||||
property string usernameShort: "Unknown user"
|
property string usernameShort: "Unknown user"
|
||||||
property var rootMenu;
|
property var rootMenu;
|
||||||
|
|
Loading…
Reference in a new issue