mirror of
https://github.com/kami-blue/client
synced 2025-02-23 08:46:50 +00:00
slight gui improvement
This commit is contained in:
parent
0a81f5ca9c
commit
d59c119ae9
@ -49,7 +49,7 @@ public class RootCheckButtonUI<T extends CheckButton> extends AbstractComponentU
|
||||
|
||||
@Override
|
||||
public void handleAddComponent(CheckButton component, Container container) {
|
||||
component.setWidth(KamiGUI.fontRenderer.getStringWidth(component.getName()) + 28);
|
||||
component.setWidth(KamiGUI.fontRenderer.getStringWidth(component.getName()) + 14);
|
||||
component.setHeight(KamiGUI.fontRenderer.getFontHeight() + 2);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user