mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03: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"
|
visible: modelData === "R"
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
source: "edit-clear"
|
source: "edit-clear"
|
||||||
|
colorGroup: PlasmaCore.ColorScope.textColor
|
||||||
}
|
}
|
||||||
|
|
||||||
PlasmaCore.IconItem {
|
PlasmaCore.IconItem {
|
||||||
visible: modelData === "E"
|
visible: modelData === "E"
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
source: "go-next"
|
source: "go-next"
|
||||||
|
colorGroup: PlasmaCore.ColorScope.textColor
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue