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

Commit 5cfb0e9

Browse files
probilMax Lyashuk
authored and
Max Lyashuk
committed
fix: make text bigger in the editor
1 parent cd0857b commit 5cfb0e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/components/editor/Editor.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export default {
5555
5656
editor.$blockScrolling = Infinity;
5757
editor.setOption('enableEmmet', true);
58-
editor.setOption('maxLines', 15);
58+
editor.setOption('fontSize', '1rem');
5959
editor.getSession().setMode(`ace/mode/${lang}`);
6060
editor.setTheme(`ace/theme/${theme}`);
6161
editor.setShowPrintMargin(false);

0 commit comments

Comments
 (0)