mirror of
https://github.com/ViaVersion/ViaProxy.git
synced 2024-11-14 19:15:08 -05:00
Increased default windows height slightly
Fixes cut off text on certain Linux systems
This commit is contained in:
parent
04f84e74c7
commit
29cc05f632
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ public class ViaProxyWindow extends JFrame {
|
|||
ViaProxy.getSaveManager().save();
|
||||
}
|
||||
});
|
||||
this.setSize(500, 360);
|
||||
this.setSize(500, 380);
|
||||
this.setMinimumSize(this.getSize());
|
||||
this.setLocationRelativeTo(null);
|
||||
this.setContentPane(this.contentPane);
|
||||
|
|
Loading…
Reference in a new issue