Gregory Holmes 16 лет назад
Родитель
Сommit
0902bfb901
1 измененных файлов: 3 добавлений и 3 удалений
  1. 3
    3
      src/com/dmdirc/ui/swing/dialogs/actioneditor/ActionEditorDialog.java

+ 3
- 3
src/com/dmdirc/ui/swing/dialogs/actioneditor/ActionEditorDialog.java Просмотреть файл

@@ -240,10 +240,10 @@ public class ActionEditorDialog extends StandardDialog implements ActionListener
240 240
         setMinimumSize(new Dimension(800, 600));
241 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 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 247
         add(substitutions, "spanx 2, grow");
248 248
         add(showSubstitutions, "left, sgx button, split 3, spanx 2");
249 249
         add(getLeftButton(), "right, sgx button, gapleft push");

Загрузка…
Отмена
Сохранить