bigger bubble texts

This commit is contained in:
Hauke Schade 2013-02-10 10:34:39 +01:00
parent 678b0b0a24
commit eca1121057

View file

@ -38,10 +38,10 @@ Item {
id: text id: text
height: parent.height height: parent.height
y:1 y:1
opacity: 0.75 opacity: 0.8
anchors.horizontalCenter: parent.horizontalCenter anchors.horizontalCenter: parent.horizontalCenter
verticalAlignment: Text.AlignVCenter verticalAlignment: Text.AlignVCenter
font.pixelSize: root.large ? constant.fontSizeSmall : constant.fontSizeXXSmall font.pixelSize: root.large ? constant.fontSizeMedium : constant.fontSizeXSmall
color: root.color color: root.color
text: root.amount text: root.amount