WizardLanguage: introduce LanguageButton component, replace the btn

This commit is contained in:
xiphon
2020-11-04 03:00:34 +00:00
parent 8b9580d621
commit 919b2e4f3a
4 changed files with 70 additions and 35 deletions

View File

@@ -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