Browse Source

REPORT-4887 @plough:9.0设计器交互验收问题=>聚合表=》组件尺寸、对齐间距

master
plough 7 years ago
parent
commit
b55bc7dbc0
  1. 2
      designer/src/com/fr/poly/PolyBlockProperTable.java

2
designer/src/com/fr/poly/PolyBlockProperTable.java

@ -42,6 +42,8 @@ public class PolyBlockProperTable extends JPanel {
height = new UISpinner(0, MAX_SPINNER_VALUE, 1);
UIExpandablePane boundsPane = WidgetBoundsPaneFactory.createAbsoluteBoundsPane(x, y, width, height);
this.add(boundsPane, BorderLayout.CENTER);
this.setBorder(BorderFactory.createEmptyBorder(10, 10, 0, 10));
}
private void initListener(Container parentComponent) {

Loading…
Cancel
Save