@@ -127,7 +127,7 @@ define([
127
127
128
128
// Box 1. Import
129
129
var accBoxImport = this . createOptionContainer ( 'Import Options' ) ;
130
- // accBoxImport.setOpenBox(true);
130
+ accBoxImport . setOpenBox ( true ) ;
131
131
sbTagString . clear ( ) ;
132
132
sbTagString . appendFormatLine ( '<div class="{0}">' , 'vp-import-box' ) ;
133
133
// figure size
@@ -141,8 +141,6 @@ define([
141
141
sbTagString . appendFormatLine ( '<label for="{0}" class="{1}">{2}</label>' , 'vp_plStyle' , '' , 'Style sheet' ) ;
142
142
sbTagString . appendFormatLine ( '<input type="text" id="{0}" placeholder="{1}">' , 'vp_plStyle' , 'style name' ) ;
143
143
sbTagString . appendLine ( '</div>' ) ;
144
- // divider
145
- sbTagString . appendLine ( '<hr style="margin: 5px 0;"/>' ) ;
146
144
// system font
147
145
sbTagString . appendLine ( '<div>' ) ;
148
146
sbTagString . appendFormatLine ( '<label for="{0}" class="{1}">{2}</label>' , 'vp_plFontName' , '' , 'System font' ) ;
@@ -152,11 +150,11 @@ define([
152
150
sbTagString . appendLine ( '<div>' ) ;
153
151
sbTagString . appendFormatLine ( '<label for="{0}" class="{1}">{2}</label>' , 'vp_plFontSize' , '' , 'Font size' ) ;
154
152
sbTagString . appendFormatLine ( '<input type="number" id="{0}" placeholder="{1}" value="{2}">' , 'vp_plFontSize' , 'size' , 10 ) ;
155
- sbTagString . appendLine ( '</div>' ) ;
156
- // import button
157
- sbTagString . appendLine ( '<div>' ) ;
158
153
sbTagString . appendFormatLine ( '<input type="button" id="{0}" class="{1}" value="{2}">' , 'vp_plImportRun' , 'vp-button activated vp-pl-import-run' , 'Apply' ) ;
159
154
sbTagString . appendLine ( '</div>' ) ;
155
+ // // apply button
156
+ // sbTagString.appendLine('<div>');
157
+ // sbTagString.appendLine('</div>');
160
158
161
159
sbTagString . appendLine ( '</div>' ) ;
162
160
accBoxImport . appendContent ( sbTagString . toString ( ) ) ;
0 commit comments