Fix composer alias field label overflow

This commit is contained in:
miruka 2020-03-13 12:15:53 -04:00
parent 3922903d38
commit 5d7aa0b142
2 changed files with 4 additions and 1 deletions

View File

@ -14,8 +14,11 @@ HColumnLayout {
HRowLayout { HRowLayout {
spacing: parent.spacing
HLabel { HLabel {
id: label id: label
wrapMode: Text.Wrap
Layout.fillWidth: true Layout.fillWidth: true
} }

View File

@ -183,7 +183,7 @@ HGridLayout {
id: aliasField id: aliasField
label.text: qsTr("Multi-account composer alias:") label.text: qsTr("Composer alias:")
errorLabel.text: errorLabel.text:
alreadyTakenBy ? alreadyTakenBy ?