mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 00:36:52 +02:00
White error text instead of black
This commit is contained in:
parent
6c7fb7e54c
commit
426fbc662a
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ Dialog {
|
||||||
verticalAlignment: Text.AlignVCenter
|
verticalAlignment: Text.AlignVCenter
|
||||||
|
|
||||||
text: loginDialog.statusText
|
text: loginDialog.statusText
|
||||||
color: "black"
|
color: "white"
|
||||||
}
|
}
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
|
|
Loading…
Reference in a new issue