ソースを参照

fixes an unraised issue with the AED

tags/0.6.3m1
Gregory Holmes 15年前
コミット
4678bfadc0
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      src/com/dmdirc/addons/ui_swing/dialogs/actioneditor/ActionEditorDialog.java

+ 1
- 1
src/com/dmdirc/addons/ui_swing/dialogs/actioneditor/ActionEditorDialog.java ファイルの表示

@@ -243,7 +243,7 @@ public class ActionEditorDialog extends StandardDialog implements ActionListener
243 243
         add(conditions, "spany 3, grow, pushx, w 50%");
244 244
         add(triggers, "grow, w 50%");
245 245
         add(response, "grow, pushy, w 50%");
246
-        add(substitutions, "spanx, grow, pushx");
246
+        add(substitutions, "spanx, grow, push");
247 247
         add(showSubstitutions, "left, sgx button, split 3, spanx 2");
248 248
         add(getLeftButton(), "right, sgx button, gapleft push");
249 249
         add(getRightButton(), "right, sgx button");

読み込み中…
キャンセル
保存