QML UI: don't clip

At least that's what the QML documentation recommends.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2017-03-18 14:27:23 -07:00
parent a2bc3e02f8
commit dd1d90b529

View file

@ -187,7 +187,7 @@ Kirigami.Page {
maximumFlickVelocity: parent.width * 5 maximumFlickVelocity: parent.width * 5
orientation: ListView.Horizontal orientation: ListView.Horizontal
focus: true focus: true
clip: true clip: false
snapMode: ListView.SnapOneItem snapMode: ListView.SnapOneItem
onMovementEnded: { onMovementEnded: {
currentIndex = indexAt(contentX+1, 1); currentIndex = indexAt(contentX+1, 1);