3
0
Fork 0
mirror of https://github.com/lubosz/overte.git synced 2025-04-27 11:55:25 +02:00

Merge pull request from MandatoryMania/noFundsSymbol

Provides a nice alert in case of insufficient funds to make a purchase
This commit is contained in:
Howard Stearns 2017-12-11 11:45:27 -08:00 committed by GitHub
commit 8e36228c12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -905,7 +905,7 @@ Rectangle {
}
buyTextContainer.color = "#FFC3CD";
buyTextContainer.border.color = "#F3808F";
buyGlyph.text = hifi.glyphs.error;
buyGlyph.text = hifi.glyphs.alert;
buyGlyph.size = 54;
} else {
if (root.alreadyOwned) {