mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Don't pad, just fill
This commit is contained in:
parent
65152252a4
commit
fee2f5c701
1 changed files with 2 additions and 1 deletions
|
@ -156,7 +156,8 @@ Page {
|
|||
visible: !communitySidebar.collapsed
|
||||
Layout.alignment: Qt.AlignVCenter
|
||||
color: communityItem.importantText
|
||||
elideWidth: parent.width - avatar.width - r.anchors.leftMargin/2 - Nheko.paddingMedium - fontMetrics.lineSpacing
|
||||
Layout.fillWidth: true
|
||||
elideWidth: width
|
||||
fullText: model.displayName
|
||||
textFormat: Text.PlainText
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue