Browse Source

Fixes issue 1321: Prefs dialog is too tall.


git-svn-id: http://svn.dmdirc.com/trunk@4260 00569f92-eb28-0410-84fd-f71c24880f
tags/0.6
Shane Mc Cormack 16 years ago
parent
commit
6f26fcf737

+ 1
- 1
src/com/dmdirc/ui/swing/dialogs/prefs/SwingPreferencesDialog.java View File

154
         getOkButton().addActionListener(this);
154
         getOkButton().addActionListener(this);
155
         getCancelButton().addActionListener(this);
155
         getCancelButton().addActionListener(this);
156
 
156
 
157
-        setLayout(new MigLayout("fillx, wmin 650, wmax 650"));
157
+        setLayout(new MigLayout("fillx, wmin 650, wmax 650, hmax 600"));
158
         add(tabList, "width 150, growy, spany");
158
         add(tabList, "width 150, growy, spany");
159
         add(mainPanel, "wrap, width 480, grow");
159
         add(mainPanel, "wrap, width 480, grow");
160
         add(getLeftButton(), "split, right");
160
         add(getLeftButton(), "split, right");

Loading…
Cancel
Save