|
|
@ -273,7 +273,6 @@ Page { |
|
|
|
|
|
|
|
|
|
|
|
ElidedLabel { |
|
|
|
ElidedLabel { |
|
|
|
color: roomItem.unimportantText |
|
|
|
color: roomItem.unimportantText |
|
|
|
font.weight: Font.Thin |
|
|
|
|
|
|
|
font.pixelSize: fontMetrics.font.pixelSize * 0.9 |
|
|
|
font.pixelSize: fontMetrics.font.pixelSize * 0.9 |
|
|
|
elideWidth: textContent.width - (notificationBubble.visible ? notificationBubble.width : 0) - Nheko.paddingSmall |
|
|
|
elideWidth: textContent.width - (notificationBubble.visible ? notificationBubble.width : 0) - Nheko.paddingSmall |
|
|
|
fullText: model.lastMessage |
|
|
|
fullText: model.lastMessage |
|
|
@ -487,7 +486,6 @@ Page { |
|
|
|
ElidedLabel { |
|
|
|
ElidedLabel { |
|
|
|
Layout.alignment: Qt.AlignTop |
|
|
|
Layout.alignment: Qt.AlignTop |
|
|
|
color: Nheko.colors.buttonText |
|
|
|
color: Nheko.colors.buttonText |
|
|
|
font.weight: Font.Thin |
|
|
|
|
|
|
|
font.pointSize: fontMetrics.font.pointSize * 0.9 |
|
|
|
font.pointSize: fontMetrics.font.pointSize * 0.9 |
|
|
|
elideWidth: col.width |
|
|
|
elideWidth: col.width |
|
|
|
fullText: userInfoGrid.profile ? userInfoGrid.profile.userid : "" |
|
|
|
fullText: userInfoGrid.profile ? userInfoGrid.profile.userid : "" |
|
|
|