Browse Source

REPORT-3163 合作开发9.0设计器=>外框架遗留=》默认隐藏顶部面板

master
plough 7 years ago
parent
commit
3cdbc39f5b
  1. 1
      designer_base/src/com/fr/design/mainframe/EastRegionContainerPane.java

1
designer_base/src/com/fr/design/mainframe/EastRegionContainerPane.java

@ -466,6 +466,7 @@ public class EastRegionContainerPane extends UIEastResizableContainer {
contentPane = generateContentPane();
popupToolPane = new PopupToolPane(this, PopupToolPane.DOWN_BUTTON);
headerPane = new JPanel();
headerPane.setPreferredSize(new Dimension(headerPane.getPreferredSize().width, 0)); // 默认隐藏
contentArea = new JPanel(new BorderLayout());
contentArea.add(headerPane, BorderLayout.NORTH);
contentArea.add(contentPane, BorderLayout.CENTER);

Loading…
Cancel
Save