Fix clear cache button

This commit is contained in:
Matthew Messinger 2016-04-09 02:24:35 -04:00
parent 9b437ca587
commit c9b18a3ddf

View file

@ -13,7 +13,7 @@ public class HDSkinsConfigPanel implements ConfigPanel {
@Override
public void onPanelShown(ConfigPanelHost host) {
this.button = new GuiButton(0, 72, 120, 70, 16, "Clear Skin Cache");
this.button = new GuiButton(0, 40, 10, 100, 20, "Clear Skin Cache");
}