Fixed GUI text being cut on some resolutions

This commit is contained in:
RaphiMC 2023-02-24 00:45:14 +01:00
parent f1010f1237
commit 7294987809

View File

@ -125,7 +125,7 @@ public class GeneralTab extends AUITab {
}
{
this.betaCraftAuth = new JCheckBox("BetaCraft Auth (Classic)");
this.betaCraftAuth.setBounds(10, 250, 150, 20);
this.betaCraftAuth.setBounds(10, 250, 250, 20);
ViaProxy.saveManager.uiSave.loadCheckBox("betacraft_auth", this.betaCraftAuth);
contentPane.add(this.betaCraftAuth);
}