mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-15 17:37:26 -04:00
Merge pull request #2674
ded0a4d Scrollbar: don't autohide if enabled (except on Mac) (tobtoht)
This commit is contained in:
@@ -275,6 +275,7 @@ Rectangle {
|
||||
anchors.topMargin: persistentSettings.customDecorations ? 60 : 10
|
||||
anchors.bottom: parent.bottom
|
||||
anchors.bottomMargin: persistentSettings.customDecorations ? 15 : 10
|
||||
onActiveChanged: if (!active && !isMac) active = true
|
||||
}
|
||||
|
||||
onFlickingChanged: {
|
||||
|
||||
Reference in New Issue
Block a user