Provides a nice alert in case of insufficient funds to make a purchase

This commit is contained in:
H Q 2017-12-07 14:11:20 -08:00
parent 813c4fa38a
commit 4ce784291c

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) {