mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 18:55:01 +02:00
Darken address bar hint text so that it's better visible on the DK2
This commit is contained in:
parent
2702e07863
commit
a8a3c677ad
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ Item {
|
|||
readonly property color background: sysPalette.dark
|
||||
readonly property color text: sysPalette.text
|
||||
readonly property color disabledText: "gray"
|
||||
readonly property color hintText: sysPalette.dark
|
||||
readonly property color hintText: "gray" // A bit darker than sysPalette.dark so that it is visible on the DK2
|
||||
readonly property color light: sysPalette.light
|
||||
readonly property alias activeWindow: activeWindow
|
||||
readonly property alias inactiveWindow: inactiveWindow
|
||||
|
|
Loading…
Reference in a new issue