X-Git-Url: https://ruin.nu/git/?p=moosique.git;a=blobdiff_plain;f=MooGUI.java;h=43c553a5d0f11336cb3a1a25f56e5733124ce8b3;hp=77883c9c2b3d271e602a96d27f7a5337ce709da9;hb=623c453a916803c781d32f667fca8698d0814c8c;hpb=a8b0b5e27d120df964c5b6d8554a6207951b00d0 diff --git a/MooGUI.java b/MooGUI.java index 77883c9..43c553a 100644 --- a/MooGUI.java +++ b/MooGUI.java @@ -93,7 +93,7 @@ public class MooGUI extends JFrame { pack(); setIconImage(logo); Dimension bounds = Toolkit.getDefaultToolkit().getScreenSize(); - setSize(bounds.width,bounds.height - 40); + setSize(bounds.width,bounds.height - 28); setLocation(0, 0); setBackground(Color.white); advanceStatus();