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 {
spacing: parent.spacing
HLabel {
id: label
wrapMode: Text.Wrap
Layout.fillWidth: true
}