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