diff options
author | Lorem <notloremipsum@protonmail.com> | 2020-07-19 08:51:44 +0530 |
---|---|---|
committer | Lorem <notloremipsum@protonmail.com> | 2020-07-19 12:22:47 +0530 |
commit | e86c1cc79f2720027762a052d6e7157227588d0f (patch) | |
tree | 77743fdb967943832b0ed93a2a32fa02344b539c /resources/qml/TimelineView.qml | |
parent | Warn before kicking,banning,inviting,etc (diff) | |
download | nheko-e86c1cc79f2720027762a052d6e7157227588d0f.tar.xz |
Make dateBubble's text vertically aligned to vertical center
Diffstat (limited to 'resources/qml/TimelineView.qml')
-rw-r--r-- | resources/qml/TimelineView.qml | 1 |
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 |