forked from Public/monero-gui
WizardLanguage: introduce LanguageButton component, replace the btn
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user