mirror of
https://github.com/overte-org/overte.git
synced 2025-05-29 10:50:24 +02:00
Fix clipping issues in scrolling window
This commit is contained in:
parent
6a5fe0d513
commit
b7f146fd47
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue