mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
Add text colour to icons in keypad
This commit is contained in:
parent
1727d88e9a
commit
4200fc9d71
1 changed files with 2 additions and 0 deletions
|
|
@ -299,12 +299,14 @@ Rectangle {
|
|||
visible: modelData === "R"
|
||||
anchors.centerIn: parent
|
||||
source: "edit-clear"
|
||||
colorGroup: PlasmaCore.ColorScope.textColor
|
||||
}
|
||||
|
||||
PlasmaCore.IconItem {
|
||||
visible: modelData === "E"
|
||||
anchors.centerIn: parent
|
||||
source: "go-next"
|
||||
colorGroup: PlasmaCore.ColorScope.textColor
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue