mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-10 03:42:05 +02:00
MiddlePanel: fix scrollbar margin top/bottom
This commit is contained in:
parent
bac833c1dd
commit
da6d01c451
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user