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
|
||||
height: parent.height
|
||||
y:1
|
||||
opacity: 0.75
|
||||
opacity: 0.8
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
font.pixelSize: root.large ? constant.fontSizeSmall : constant.fontSizeXXSmall
|
||||
font.pixelSize: root.large ? constant.fontSizeMedium : constant.fontSizeXSmall
|
||||
color: root.color
|
||||
|
||||
text: root.amount
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue