mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 08:04:01 +02:00
missed one
This commit is contained in:
parent
f8341ce1da
commit
cdadaa8c9c
1 changed files with 1 additions and 1 deletions
|
@ -553,7 +553,7 @@ Rectangle {
|
|||
}
|
||||
RalewayRegular {
|
||||
id: balanceAfterPurchaseText;
|
||||
text: balanceAfterPurchase.toFixed(2) + " HFC";
|
||||
text: balanceAfterPurchase + " HFC";
|
||||
// Text size
|
||||
size: balanceAfterPurchaseTextLabel.size;
|
||||
// Anchors
|
||||
|
|
Loading…
Reference in a new issue