Browse Source

Pull request #9513: REPORT-75919 【迭代】更新日志-交互问题

Merge in DESIGN/design from ~LINK.ZHAO/design:feature/x to feature/x

* commit 'eb9646e0782ac274e09e9fc32da7bc664df6da6c':
  REPORT-75919 【迭代】更新日志-交互问题 1、修改交互
feature/x
Link.Zhao 2 years ago
parent
commit
bbb43fea54
  1. 1
      designer-base/src/main/java/com/fr/design/update/ui/dialog/UpdateMainDialog.java

1
designer-base/src/main/java/com/fr/design/update/ui/dialog/UpdateMainDialog.java

@ -200,7 +200,6 @@ public class UpdateMainDialog extends UIDialog {
jarUpdateContentPane.add(jarUpdateContentPane2);
jarVersionInfoPane = TableLayoutHelper.createCommonTableLayoutPane(new Component[][]{
new Component[]{new UILabel(), new UILabel(), new UILabel()},
new Component[]{new UILabel(), initPaneContent(getBackground(), rowUpdateContentPaneSize, columnUpdateContentPaneSize, new UILabel(com.fr.design.i18n.Toolkit.i18nText("Fine-Design_Updater_JarUpdate")), new UILabel()), new UILabel()},
new Component[]{new UILabel(), jarUpdateContentPane, new UILabel()}
}, rowUpdatePaneSize, columnUpdatePaneSize, LayoutConstants.VGAP_LARGE);
}

Loading…
Cancel
Save