Make dateBubble's text vertically aligned to vertical center

This commit is contained in:
Lorem 2020-07-19 08:51:44 +05:30
parent aa34576dfd
commit e86c1cc79f

View File

@ -245,6 +245,7 @@ Page {
width: contentWidth * 1.2 width: contentWidth * 1.2
horizontalAlignment: Text.AlignHCenter horizontalAlignment: Text.AlignHCenter
verticalAlignment: Text.AlignVCenter
background: Rectangle { background: Rectangle {
radius: parent.height / 2 radius: parent.height / 2
color: colors.base color: colors.base