Browse Source

backport issue 1689 fix

git-svn-id: http://svn.dmdirc.com/branches/0.6@4607 00569f92-eb28-0410-84fd-f71c24880f
remotes/0.6
Gregory Holmes 16 years ago
parent
commit
0902bfb901

+ 3
- 3
src/com/dmdirc/ui/swing/dialogs/actioneditor/ActionEditorDialog.java View File

240
         setMinimumSize(new Dimension(800, 600));
240
         setMinimumSize(new Dimension(800, 600));
241
         setLayout(new MigLayout("fill, hidemode 3, wrap 2, pack, hmax 80sp, wmin 800, wmax 800"));
241
         setLayout(new MigLayout("fill, hidemode 3, wrap 2, pack, hmax 80sp, wmin 800, wmax 800"));
242
 
242
 
243
-        add(name, "growx, wmax 40%");
243
+        add(name, "growx, wmax 40sp");
244
         add(conditions, "spany 3, grow, pushx");
244
         add(conditions, "spany 3, grow, pushx");
245
-        add(triggers, "grow, wmax 40%");
246
-        add(response, "grow, push, wmax 40%");
245
+        add(triggers, "grow, wmax 40sp");
246
+        add(response, "grow, push, wmax 40sp");
247
         add(substitutions, "spanx 2, grow");
247
         add(substitutions, "spanx 2, grow");
248
         add(showSubstitutions, "left, sgx button, split 3, spanx 2");
248
         add(showSubstitutions, "left, sgx button, split 3, spanx 2");
249
         add(getLeftButton(), "right, sgx button, gapleft push");
249
         add(getLeftButton(), "right, sgx button, gapleft push");

Loading…
Cancel
Save