mirror of
https://github.com/overte-org/overte.git
synced 2025-07-23 13:44:32 +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 {
|
RalewayRegular {
|
||||||
id: balanceAfterPurchaseText;
|
id: balanceAfterPurchaseText;
|
||||||
text: balanceAfterPurchase.toFixed(2) + " HFC";
|
text: balanceAfterPurchase + " HFC";
|
||||||
// Text size
|
// Text size
|
||||||
size: balanceAfterPurchaseTextLabel.size;
|
size: balanceAfterPurchaseTextLabel.size;
|
||||||
// Anchors
|
// Anchors
|
||||||
|
|
Loading…
Reference in a new issue