mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
slight checked feedback
mostly for debug
This commit is contained in:
parent
bf30354c91
commit
8c9c331444
1 changed files with 5 additions and 1 deletions
|
|
@ -31,7 +31,11 @@ MouseArea {
|
||||||
property alias iconSource: icon.source
|
property alias iconSource: icon.source
|
||||||
property bool checked
|
property bool checked
|
||||||
property bool checkable
|
property bool checkable
|
||||||
|
Rectangle {
|
||||||
|
anchors.fill: parent
|
||||||
|
visible: button.checked
|
||||||
|
opacity: 0.05
|
||||||
|
}
|
||||||
PlasmaCore.IconItem {
|
PlasmaCore.IconItem {
|
||||||
id: icon
|
id: icon
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue