MiddlePanel: fix scrollbar margin top/bottom

This commit is contained in:
selsta 2018-12-19 15:37:22 +01:00
parent bac833c1dd
commit da6d01c451
No known key found for this signature in database
GPG key ID: 2EA0A99A8B07AE5E

View file

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