Skip to content
This repository was archived by the owner on Sep 13, 2023. It is now read-only.

Commit c349f7f

Browse files
committed
fix: make text bigger in the editor
1 parent 1340843 commit c349f7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/components/editor/Editor.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export default {
5454
5555
editor.$blockScrolling = Infinity;
5656
editor.setOption('enableEmmet', true);
57-
editor.setOption('maxLines', 15);
57+
editor.setOption('fontSize', '1rem');
5858
editor.getSession().setMode(`ace/mode/${lang}`);
5959
editor.setTheme(`ace/theme/${theme}`);
6060
editor.setShowPrintMargin(false);

0 commit comments

Comments
 (0)