From 4ffa659e0a67ca642fc27f2a755343ba9a732373 Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Sun, 24 Jan 2016 00:37:48 -0500 Subject: [PATCH] v0.3.4: more alyout improvements --- src/com/shatteredpixel/shatteredpixeldungeon/ui/RedButton.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/ui/RedButton.java b/src/com/shatteredpixel/shatteredpixeldungeon/ui/RedButton.java index 586ef3ea5..84dbe3bfb 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/ui/RedButton.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/ui/RedButton.java @@ -107,7 +107,7 @@ public class RedButton extends Button { } public float reqWidth() { - return text.width() + 3; + return text.width() + 2.5f; } public float reqHeight() {