|
|
|
@ -118,8 +118,8 @@ public class ChartEditorDefinePane extends MobileWidgetDefinePane {
|
|
|
|
|
Component[][] components = new Component[][]{ |
|
|
|
|
new Component[] {new UILabel(com.fr.design.i18n.Toolkit.i18nText("Fine-Design_Form_Zoom_In_Logic"), SwingConstants.LEFT), new UILabel(ChartMobileFitAttrState.PROPORTION.description())}, |
|
|
|
|
new Component[] {new UILabel(com.fr.design.i18n.Toolkit.i18nText("Fine-Design_Form_Zoom_Out_Logic"), SwingConstants.LEFT), zoomOutComboBox}, |
|
|
|
|
new Component[] {new UILabel(com.fr.design.i18n.Toolkit.i18nText("Fine-Design_Mobile_Collapse_Expand")), mobileCollapsedStyleEditor}, |
|
|
|
|
new Component[] {tipLabel, null}, |
|
|
|
|
new Component[] {new UILabel(com.fr.design.i18n.Toolkit.i18nText("Fine-Design_Mobile_Collapse_Expand")), mobileCollapsedStyleEditor}, |
|
|
|
|
new Component[] {allowFullCheckBox, null}, |
|
|
|
|
new Component[] {functionalWhenUnactivatedCheckBox, null} |
|
|
|
|
}; |
|
|
|
|