Skip to content
Snippets Groups Projects
Verified Commit 5b09dd1a authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Fix a few alignment issues in the roomlist

parent 23f049e5
No related branches found
No related tags found
No related merge requests found
Pipeline #2790 passed
......@@ -278,10 +278,11 @@ Page {
RowLayout {
Layout.alignment: Qt.AlignTop
Layout.fillWidth: true
spacing: 0
spacing: Nheko.paddingSmall
ElidedLabel {
Layout.alignment: Qt.AlignBottom
id: rN
Layout.alignment: Qt.AlignBaseline
color: roomItem.importantText
elideWidth: width
fullText: roomName
......@@ -294,7 +295,7 @@ Page {
visible: !isInvite && !isSpace
width: visible ? 0 : undefined
Layout.alignment: Qt.AlignRight | Qt.AlignBottom
Layout.alignment: Qt.AlignRight | Qt.AlignBaseline
font.pixelSize: fontMetrics.font.pixelSize * 0.9
color: roomItem.unimportantText
text: time
......
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