1
0
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:
Bella 2020-04-12 22:38:29 -04:00
parent 0a81f5ca9c
commit d59c119ae9
No known key found for this signature in database
GPG Key ID: DBD4A6030080C8B3

View File

@ -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);
}
}