mirror of
https://github.com/SKCraft/Launcher.git
synced 2024-11-27 12:46:22 +01:00
[Creator] Reduce added menu padding a little.
This commit is contained in:
parent
ed1927a0b3
commit
d2a16fe560
@ -122,7 +122,7 @@ public class PackManagerFrame extends JFrame {
|
||||
menuBar = new JMenuBar();
|
||||
menuBar.setBorder(BorderFactory.createEmptyBorder());
|
||||
|
||||
Insets menuInset = new Insets(2, 3, 2, 3);
|
||||
Insets menuInset = new Insets(2, 2, 2, 2);
|
||||
|
||||
menu = new JMenu("File");
|
||||
menu.setMargin(menuInset);
|
||||
|
Loading…
Reference in New Issue
Block a user