wrap/elide: use Layout.fillWidth when possible

This commit is contained in:
miruka
2019-07-16 05:08:27 -04:00
parent 7f46bafc9e
commit d5dd1292ff
8 changed files with 18 additions and 21 deletions

View File

@@ -41,10 +41,11 @@ Column {
HLabel {
id: accountLabel
text: userInfo.displayName || model.userId
elide: HLabel.ElideRight
Layout.fillWidth: true
leftPadding: sidePane.currentSpacing
rightPadding: leftPadding
elide: HLabel.ElideRight
Layout.fillWidth: true
}
HTextField {