Increased default windows height slightly

Fixes cut off text on certain Linux systems
This commit is contained in:
RaphiMC 2024-05-26 23:22:56 +02:00
parent 04f84e74c7
commit 29cc05f632
No known key found for this signature in database
GPG Key ID: 0F6BB0657A03AC94

View File

@ -99,7 +99,7 @@ public class ViaProxyWindow extends JFrame {
ViaProxy.getSaveManager().save(); ViaProxy.getSaveManager().save();
} }
}); });
this.setSize(500, 360); this.setSize(500, 380);
this.setMinimumSize(this.getSize()); this.setMinimumSize(this.getSize());
this.setLocationRelativeTo(null); this.setLocationRelativeTo(null);
this.setContentPane(this.contentPane); this.setContentPane(this.contentPane);