small hack to make window larger
[jSite2.git] / src / net / pterodactylus / jsite / gui / EditNodeDialog.java
index 2e49055..0fc21ce 100644 (file)
@@ -97,6 +97,7 @@ public class EditNodeDialog extends JDialog implements I18nable {
                initActions();
                initComponents();
                pack();
+               setSize(getWidth() * 2, getHeight());
                I18n.registerI18nable(this);
                SwingUtils.center(this);
        }