Skip to content

Commit 2f18c07

Browse files
committed
🎨 Correct font size range configuration https://ld246.com/article/1783005967508
1 parent b112dba commit 2f18c07

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/src/config/tabs/appearanceTab.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ const registerAppearanceContentGroup = (tab: SettingTabBuilder) => {
5656
group.range("editor.fontSize", {
5757
title: window.siyuan.languages.editorFontSize,
5858
desc: window.siyuan.languages.fontSizeTip,
59-
min: 12,
60-
max: 48,
59+
min: 9,
60+
max: 72,
6161
step: 1,
6262
save: (value) => editorConfigApi.patch("editor.fontSize", value),
6363
});

0 commit comments

Comments
 (0)