mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-26 21:18:48 +03:00
Merge pull request #247 from not-chicken/centerDate
Make dataBubble's text vertically aligned to vertical center
This commit is contained in:
commit
12cb77da9c
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue