mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-26 13:08:48 +03:00
Formatting
This commit is contained in:
parent
7321af8a7d
commit
820665db92
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ ApplicationWindow {
|
||||||
ElidedLabel {
|
ElidedLabel {
|
||||||
Layout.alignment: Qt.AlignBottom
|
Layout.alignment: Qt.AlignBottom
|
||||||
color: roomDirDelegate.importantText
|
color: roomDirDelegate.importantText
|
||||||
elideWidth: textContent.width - numMembersRectangle.width - buttonRectangle.width
|
elideWidth: textContent.width - numMembersRectangle.width - buttonRectangle.width
|
||||||
font.pixelSize: fontMetrics.font.pixelSize * 1.1
|
font.pixelSize: fontMetrics.font.pixelSize * 1.1
|
||||||
fullText: model.name
|
fullText: model.name
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue