resolve constant switching between hover/no-hover for page indicator

This commit is contained in:
Alexander Ivash 2018-05-22 01:17:39 +03:00
parent afc09c13b2
commit 3c78ba0060

View file

@ -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 }
}