Auto-set maximumLineCount for elide in HLabel

This commit is contained in:
miruka
2019-07-16 04:47:56 -04:00
parent 6ae37dc31f
commit 4b2cbffc83
11 changed files with 2 additions and 12 deletions

View File

@@ -42,7 +42,6 @@ Column {
id: accountLabel
text: userInfo.displayName || model.userId
elide: HLabel.ElideRight
maximumLineCount: 1
Layout.fillWidth: true
leftPadding: sidePane.currentSpacing
rightPadding: leftPadding