Merge pull request #247 from not-chicken/centerDate

Make dataBubble's text vertically aligned to vertical center
master
DeepBlueV7.X 4 years ago committed by GitHub
commit 12cb77da9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      resources/qml/TimelineView.qml

@ -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…
Cancel
Save