mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Fix elided width
This commit is contained in:
parent
6458614ea1
commit
38c6aa65fa
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue