bigger bubble texts
This commit is contained in:
parent
678b0b0a24
commit
eca1121057
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue