v0.3.4: even further layout improvements to wndItem
This commit is contained in:
committed by
Evan Debenham
parent
560070fcd0
commit
36c396359d
@@ -110,7 +110,7 @@ public class RedButton extends Button {
|
||||
}
|
||||
|
||||
public float reqWidth() {
|
||||
return text.width() + 2.5f;
|
||||
return text.width() + 2f;
|
||||
}
|
||||
|
||||
public float reqHeight() {
|
||||
|
||||
Reference in New Issue
Block a user