v0.3.4: more alyout improvements

This commit is contained in:
Evan Debenham 2016-01-24 00:37:48 -05:00 committed by Evan Debenham
parent 41185a37e0
commit 4ffa659e0a

View File

@ -107,7 +107,7 @@ public class RedButton extends Button {
}
public float reqWidth() {
return text.width() + 3;
return text.width() + 2.5f;
}
public float reqHeight() {