Fix composer alias field label overflow
This commit is contained in:
parent
3922903d38
commit
5d7aa0b142
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
|
@ -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 ?
|
||||||
|
|
Loading…
Reference in New Issue
Block a user