summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--resources/qml/CommunitiesList.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/qml/CommunitiesList.qml b/resources/qml/CommunitiesList.qml

index 8907a360..68175cea 100644 --- a/resources/qml/CommunitiesList.qml +++ b/resources/qml/CommunitiesList.qml
@@ -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 }