mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-14 11:46:56 +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
|
||||
// cannot get anything from SimplifiedConstants to work: simplifiedUI.colors.white
|
||||
// TODO figure out why and fix
|
||||
color: "#ffffff"
|
||||
color: simplifiedUI.colors.white
|
||||
anchors.fill: parent
|
||||
|
||||
Component.onCompleted: {
|
||||
|
|
Loading…
Reference in a new issue