|
|
@ -40,7 +40,7 @@ public class ChartPropertyPane extends BaseChartPropertyPane { |
|
|
|
|
|
|
|
|
|
|
|
protected void initComponent() { |
|
|
|
protected void initComponent() { |
|
|
|
this.setLayout(new BorderLayout()); |
|
|
|
this.setLayout(new BorderLayout()); |
|
|
|
this.setBorder(new ScaledEmptyBorder(10, 0, 0, 0)); |
|
|
|
this.setBorder(new ScaledEmptyBorder(10, 4, 0, 4)); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
@Override |
|
|
|