mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-02 18:07:25 -04:00
WizardController: make scrollbar visible
This commit is contained in:
@@ -273,12 +273,13 @@ Rectangle {
|
|||||||
clip: true
|
clip: true
|
||||||
|
|
||||||
ScrollBar.vertical: ScrollBar {
|
ScrollBar.vertical: ScrollBar {
|
||||||
parent: wizardFlickable.parent
|
parent: wizardController
|
||||||
anchors.left: parent.right
|
anchors.left: parent.right
|
||||||
anchors.leftMargin: 3
|
anchors.leftMargin: -14 // 10 margin + 4 scrollbar width
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
anchors.topMargin: 4
|
anchors.topMargin: persistentSettings.customDecorations ? 60 : 10
|
||||||
anchors.bottom: parent.bottom
|
anchors.bottom: parent.bottom
|
||||||
|
anchors.bottomMargin: persistentSettings.customDecorations ? 15 : 10
|
||||||
}
|
}
|
||||||
|
|
||||||
onFlickingChanged: {
|
onFlickingChanged: {
|
||||||
|
|||||||
Reference in New Issue
Block a user