Browse Source

qml: remove pageindicator from wizard

master
Sander van Grieken 1 year ago
parent
commit
831aa80661
No known key found for this signature in database
GPG Key ID: 9BCF8209EA402EBA
  1. 14
      electrum/gui/qml/components/wizard/Wizard.qml

14
electrum/gui/qml/components/wizard/Wizard.qml

@ -159,18 +159,6 @@ ElDialog {
}
}
ColumnLayout {
Layout.alignment: Qt.AlignHCenter | Qt.AlignBottom
PageIndicator {
id: indicator
Layout.alignment: Qt.AlignHCenter
count: pages.count
currentIndex: pages.currentIndex
}
ButtonContainer {
Layout.fillWidth: true
@ -206,8 +194,6 @@ ElDialog {
onClicked: pages.finish()
}
}
}
}
}

Loading…
Cancel
Save