RoundShadow is a local component
This commit is contained in:
parent
1cffdbe741
commit
cbbcb4762f
@ -144,7 +144,7 @@ Item {
|
|||||||
property int right: 8
|
property int right: 8
|
||||||
property int bottom: 8
|
property int bottom: 8
|
||||||
}
|
}
|
||||||
Private.RoundShadow {
|
RoundShadow {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
state: (internal.userPressed || checked) ? "hidden" : "shadow"
|
state: (internal.userPressed || checked) ? "hidden" : "shadow"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user