mirror of
https://github.com/ViaVersion/ViaProxy.git
synced 2024-11-15 10:45:36 +01:00
Increased default windows height slightly
Fixes cut off text on certain Linux systems
This commit is contained in:
parent
04f84e74c7
commit
29cc05f632
@ -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 New Issue
Block a user