aboutsummaryrefslogtreecommitdiff
path: root/wizard/WizardLanguage.qml
diff options
context:
space:
mode:
authorxiphon <xiphon@protonmail.com>2020-11-04 03:00:34 +0000
committerxiphon <xiphon@protonmail.com>2020-11-04 03:10:02 +0000
commit919b2e4f3a53e1235c221f2c3c84055dd3250fad (patch)
tree55cd3d449dcc95ba50a303f28414b958c528b5f8 /wizard/WizardLanguage.qml
parent8b9580d621696a1358e109e46314aad1dd62f076 (diff)
downloadmonzero-gui-919b2e4f3a53e1235c221f2c3c84055dd3250fad.tar.gz
monzero-gui-919b2e4f3a53e1235c221f2c3c84055dd3250fad.tar.xz
monzero-gui-919b2e4f3a53e1235c221f2c3c84055dd3250fad.zip
WizardLanguage: introduce LanguageButton component, replace the btn
Diffstat (limited to 'wizard/WizardLanguage.qml')
-rw-r--r--wizard/WizardLanguage.qml10
1 files changed, 1 insertions, 9 deletions
diff --git a/wizard/WizardLanguage.qml b/wizard/WizardLanguage.qml
index 4aa04ba0..3f7ce3b9 100644
--- a/wizard/WizardLanguage.qml
+++ b/wizard/WizardLanguage.qml
@@ -152,15 +152,7 @@ Rectangle {
Layout.fillWidth: true
columnSpacing: 20
- MoneroComponents.StandardButton {
- id: idChangeLang
- Layout.minimumWidth: 150
- text: qsTr("Language") + translationManager.emptyString
-
- onClicked: {
- appWindow.toggleLanguageView();
- }
- }
+ MoneroComponents.LanguageButton { }
MoneroComponents.StandardButton {
id: btnContinue