Merge pull request #1845

da6d01c MiddlePanel: fix scrollbar margin top/bottom (selsta)
This commit is contained in:
luigi1111 2018-12-20 14:34:25 -06:00
commit 25b53782ab
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

View File

@ -187,7 +187,9 @@ Rectangle {
anchors.left: parent.right anchors.left: parent.right
anchors.leftMargin: 3 anchors.leftMargin: 3
anchors.top: parent.top anchors.top: parent.top
anchors.topMargin: 4
anchors.bottom: parent.bottom anchors.bottom: parent.bottom
anchors.bottomMargin: persistentSettings.customDecorations ? 4 : 0
} }
onFlickingChanged: { onFlickingChanged: {