wrap/elide: use Layout.fillWidth when possible
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user