Fix clipping issues in scrolling window

This commit is contained in:
vladest 2018-02-27 16:27:08 +01:00
parent 6a5fe0d513
commit b7f146fd47

View file

@ -79,6 +79,7 @@ Window {
id: scrollView
contentItem: content
ScrollBar.horizontal.policy: ScrollBar.AlwaysOff
clip: true
anchors.fill: parent
anchors.rightMargin: parent.isScrolling ? 1 : 0