Skip to content
Snippets Groups Projects
Commit 38c6aa65 authored by Loren Burkholder's avatar Loren Burkholder
Browse files

Fix elided width

parent 6458614e
No related branches found
No related tags found
No related merge requests found
......@@ -48,6 +48,7 @@ ApplicationWindow {
font.pixelSize: fontMetrics.font.pixelSize * 2
fullText: members.memberCount + (members.memberCount === 1 ? qsTr(" person in ") : qsTr(" people in ")) + members.roomName
Layout.alignment: Qt.AlignHCenter
elideWidth: parent.width - Nheko.paddingMedium
}
ImageButton {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment