style
This commit is contained in:
parent
10da04882c
commit
dd3b76b9af
@ -86,7 +86,7 @@ Item {
|
|||||||
id: shadow
|
id: shadow
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
state: {
|
state: {
|
||||||
if (internal.userPressed || checked) {
|
if (internal.userPressed || checked) {
|
||||||
return "hidden"
|
return "hidden"
|
||||||
} else if (mouse.containsMouse) {
|
} else if (mouse.containsMouse) {
|
||||||
return "hover"
|
return "hover"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user