Skip to content

Commit adba83e

Browse files
committed
fixed the font of the run script button.
1 parent 55d2a45 commit adba83e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/com/ss/editor/ui/component/editor/scripting/EditorScriptingComponent.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ public EditorScriptingComponent(@NotNull final Runnable applyHandler) {
8484
FXUtils.addClassTo(scriptBodyLabel, CSSClasses.SPECIAL_FONT_14);
8585
FXUtils.addClassTo(editorComponent, CSSClasses.SPECIAL_FONT_14);
8686
FXUtils.addClassTo(headerComponent, CSSClasses.SPECIAL_FONT_14);
87+
FXUtils.addClassTo(runButton, CSSClasses.SPECIAL_FONT_14);
8788

8889
add(headersLabel, 0, 0, 1, 1);
8990
add(headerComponent, 0, 1, 1, 1);

0 commit comments

Comments
 (0)