mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 10:13:15 +02:00
Adding 1 simplifiedUI constant import
This commit is contained in:
parent
0f1190df8b
commit
6658e6377c
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ Rectangle {
|
||||||
id: root
|
id: root
|
||||||
// cannot get anything from SimplifiedConstants to work: simplifiedUI.colors.white
|
// cannot get anything from SimplifiedConstants to work: simplifiedUI.colors.white
|
||||||
// TODO figure out why and fix
|
// TODO figure out why and fix
|
||||||
color: "#ffffff"
|
color: simplifiedUI.colors.white
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
|
||||||
Component.onCompleted: {
|
Component.onCompleted: {
|
||||||
|
|
Loading…
Reference in a new issue