Always center button text (for now)

This commit is contained in:
miruka
2019-07-16 04:41:26 -04:00
parent aef777d853
commit 6ae37dc31f
3 changed files with 2 additions and 8 deletions

View File

@@ -134,7 +134,6 @@ HGridLayout {
id: saveButton
iconName: "save"
text: qsTr("Save")
centerText: false
loading: nameChangeRunning || avatarChangeRunning
enabled: nameField.changed || avatar.changed
@@ -147,7 +146,6 @@ HGridLayout {
HUIButton {
iconName: "cancel"
text: qsTr("Cancel")
centerText: false
Layout.fillWidth: true
Layout.alignment: Qt.AlignBottom