mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-03-16 16:42:13 +00:00
Merge pull request #1845
da6d01c
MiddlePanel: fix scrollbar margin top/bottom (selsta)
This commit is contained in:
commit
25b53782ab
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue