|
|
@ -151,7 +151,7 @@ public class VanChartHtmlLabelPane extends JPanel { |
|
|
|
new Component[]{isCustomWidth, customWidth}, |
|
|
|
new Component[]{isCustomWidth, customWidth}, |
|
|
|
new Component[]{isCustomHeight, customHeight}, |
|
|
|
new Component[]{isCustomHeight, customHeight}, |
|
|
|
}; |
|
|
|
}; |
|
|
|
return FineLayoutBuilder.compatibleTableLayout(10, components, new double[]{1, 1}); |
|
|
|
return FineLayoutBuilder.compatibleTableLayout(10, components, new double[]{1.4, 0.6}); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
private void checkWidth() { |
|
|
|
private void checkWidth() { |
|
|
|