mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-15 21:22:40 +00:00
Parent ScrollBars to their Flingables, not the StackView
This ensures they disappear when navigating to a new page
This commit is contained in:
@@ -16,12 +16,8 @@ Flickable {
|
||||
contentHeight: settingsColumn1.height > settingsColumn2.height ? settingsColumn1.height : settingsColumn2.height
|
||||
|
||||
ScrollBar.vertical: ScrollBar {
|
||||
parent: settingsPage.parent
|
||||
anchors {
|
||||
top: settingsPage.top
|
||||
left: settingsPage.right
|
||||
bottom: settingsPage.bottom
|
||||
|
||||
left: parent.right
|
||||
leftMargin: -10
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user