|
|
|
@ -31,8 +31,8 @@ public class VanChartImageMarkerPane extends BasicBeanPane<VanChartAttrMarker> {
|
|
|
|
|
public VanChartImageMarkerPane() { |
|
|
|
|
imageBackgroundPane = new ImageBackgroundQuickPane(false); |
|
|
|
|
imageBackgroundPane.setPreferredSize(getImageBackgroundPreferredSize(imageBackgroundPane.getPreferredSize())); |
|
|
|
|
width = new UISpinnerWithPx(0, 100, 0.5, 30); |
|
|
|
|
height = new UISpinnerWithPx(0, 100, 0.5, 30); |
|
|
|
|
width = new UISpinnerWithPx(0, Integer.MAX_VALUE, 0.5, 30); |
|
|
|
|
height = new UISpinnerWithPx(0, Integer.MAX_VALUE, 0.5, 30); |
|
|
|
|
|
|
|
|
|
double p = TableLayout.PREFERRED; |
|
|
|
|
double f = TableLayout.FILL; |
|
|
|
|