Tweak symbol size

This commit is contained in:
drdev
2014-04-26 03:05:13 +00:00
parent af55c75f4f
commit 183752c9ae

View File

@@ -122,7 +122,7 @@ public class TextRenderer {
if (!text.isEmpty()) {
FSkinImage symbol = symbolLookup.get(text);
if (symbol != null) {
pieceWidth = lineHeight * 0.9f;
pieceWidth = lineHeight * 0.85f;
if (x + pieceWidth > width) {
if (wrap) {
x = 0;