Browse Source

REPORT-61471 国际化url适配-韩文url-远程设计常见问题的弹窗显示和跳转地址问题

final/10.0
Henry.Wang 3 years ago
parent
commit
0dfea64472
  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