Browse Source

Merge pull request #6386 in DESIGN/design from final/10.0 to release/10.0

* commit '7cdd87460a05baa97cec111a8f604e62a009577f':
  REPORT-61471 国际化url适配-韩文url-远程设计常见问题的弹窗显示和跳转地址问题
zheng-1641779399395
superman 3 years ago
parent
commit
43cd077fb0
  1. 2
      designer-base/src/main/java/com/fr/design/dialog/UIDetailErrorLinkDialog.java

2
designer-base/src/main/java/com/fr/design/dialog/UIDetailErrorLinkDialog.java

@ -92,7 +92,7 @@ public class UIDetailErrorLinkDialog extends UIDialog {
contentPane.add(link, BorderLayout.SOUTH);
// 确定 + 取消
JPanel actionPane = new JPanel(new FlowLayout(FlowLayout.RIGHT, GAP_10, GAP_10));
JPanel actionPane = new JPanel(new FlowLayout(FlowLayout.RIGHT, GAP_10, GAP_5));
actionPane.add(createButton(Toolkit.i18nText("Fine-Design_Report_OK")));
actionPane.add(createButton(Toolkit.i18nText("Fine-Design_Basic_Cancel")));
this.getContentPane().add(topPane, BorderLayout.NORTH);

Loading…
Cancel
Save