|
|
|
@ -77,7 +77,7 @@ public class WidgetStyleEditPane<T extends TemplateTheme> extends BasicBeanPane<
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
private void initCommonStyleEditor() { |
|
|
|
|
colorSelectBox = new NewColorSelectBox(140, true); |
|
|
|
|
colorSelectBox = new NewColorSelectBox(WidgetThemeDisplayConstants.THEME_WIDGET_COMPONENT_WIDTH, true); |
|
|
|
|
colorSelectBox.setSelectObject(WidgetThemeDisplayConstants.DEFAULT_THEME_COLOR); |
|
|
|
|
initLineBox(); |
|
|
|
|
borderRadiusSpinner = new UISpinner(0, Integer.MAX_VALUE, 1); |
|
|
|
@ -86,7 +86,7 @@ public class WidgetStyleEditPane<T extends TemplateTheme> extends BasicBeanPane<
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
protected void initTextStylePane() { |
|
|
|
|
textStylePane = new WidgetTextStylePane(FRFontPane.getFontSizes(), 140); |
|
|
|
|
textStylePane = new WidgetTextStylePane(FRFontPane.getFontSizes(), WidgetThemeDisplayConstants.THEME_WIDGET_COMPONENT_WIDTH); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|