summary refs log tree commit diff
path: root/resources/qml
diff options
context:
space:
mode:
authorLorem <notloremipsum@protonmail.com>2020-07-19 08:51:44 +0530
committerLorem <notloremipsum@protonmail.com>2020-07-19 12:22:47 +0530
commite86c1cc79f2720027762a052d6e7157227588d0f (patch)
tree77743fdb967943832b0ed93a2a32fa02344b539c /resources/qml
parentWarn before kicking,banning,inviting,etc (diff)
downloadnheko-e86c1cc79f2720027762a052d6e7157227588d0f.tar.xz
Make dateBubble's text vertically aligned to vertical center
Diffstat (limited to 'resources/qml')
-rw-r--r--resources/qml/TimelineView.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/qml/TimelineView.qml b/resources/qml/TimelineView.qml

index 5494c1ba..6af0372b 100644 --- a/resources/qml/TimelineView.qml +++ b/resources/qml/TimelineView.qml
@@ -245,6 +245,7 @@ Page { width: contentWidth * 1.2 horizontalAlignment: Text.AlignHCenter + verticalAlignment: Text.AlignVCenter background: Rectangle { radius: parent.height / 2 color: colors.base