Browse Source

REPORT-13074 远程设计向下兼容

1. 忘了注释掉
bugfix/10.0
Harrison 6 years ago
parent
commit
02dd1b0079
  1. 1
      designer-base/src/main/java/com/fr/env/RemoteEnvPane.java

1
designer-base/src/main/java/com/fr/env/RemoteEnvPane.java vendored

@ -604,7 +604,6 @@ public class RemoteEnvPane extends BasicBeanPane<RemoteDesignerWorkspaceInfo> {
dialogDownPane = new JPanel();
uiLabel = new UILabel(UIManager.getIcon("OptionPane.informationIcon"));
upPane.setLayout(new FlowLayout(FlowLayout.LEFT, 10, 10));
//upPane.setLayout(new BorderLayout());
upPane.add(uiLabel);
upPane.add(message);
dialogDownPane.setLayout(new FlowLayout(FlowLayout.CENTER, 6, 0));

Loading…
Cancel
Save