mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 13:53:38 +02:00
resolve constant switching between hover/no-hover for page indicator
This commit is contained in:
parent
afc09c13b2
commit
3c78ba0060
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ ShadowGlyph {
|
|||
State {
|
||||
name: "hovered"
|
||||
when: pageIndicatorMouseArea.containsMouse;
|
||||
PropertyChanges { target: pageIndicatorMouseArea; anchors.bottomMargin: -5 }
|
||||
PropertyChanges { target: indicator; y: -5 }
|
||||
PropertyChanges { target: indicator; dropShadowVerticalOffset: 9 }
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue