mirror of
https://github.com/ViaVersion/ViaProxy.git
synced 2024-11-14 19:15:08 -05:00
Fixed GUI text being cut on some resolutions
This commit is contained in:
parent
f1010f1237
commit
7294987809
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue