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