Commit 6eeaca0a authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gaston

Launcher is now resizeable. LIVE-909


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@1720 b35dd754-fafc-0310-a699-88a17e54d16e
parent 69963bb0
......@@ -302,7 +302,7 @@ public class Launcher {
frame.pack();
frame.setSize(400, 300);
frame.setResizable(false);
frame.setResizable(true);
GraphicUtils.centerWindowOnScreen(frame);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment