You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/nls/root/strings.js
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -688,6 +688,7 @@ define({
688
688
"USE_THEME_SCROLLBARS": "Use Theme Scrollbars",
689
689
"FONT_SIZE": "Font Size",
690
690
"FONT_FAMILY": "Font Family",
691
+
"FONT_LINE_HEIGHT": "Line Height",
691
692
"THEMES_SETTINGS": "Themes Settings",
692
693
"THEMES_ERROR": "Themes Error",
693
694
"THEMES_ERROR_CANNOT_APPLY": "Could not apply theme due to an error.",
@@ -1054,6 +1055,7 @@ define({
1054
1055
"DESCRIPTION_NUMBER_QUICK_VIEW": "true to show Quick View on hover over numbers in editor",
1055
1056
"DESCRIPTION_THEME": "Select a {APP_NAME} theme",
1056
1057
"DESCRIPTION_USE_THEME_SCROLLBARS": "true to allow custom scroll bars",
1058
+
"DESCRIPTION_EDITOR_LINE_HEIGHT": "Adjust the vertical spacing between lines of code in the editor. Choose a value between 1 and 3, default is 1.5",
1057
1059
"DESCRIPTION_LINTING_COLLAPSED": "true to collapse linting panel",
1058
1060
"DESCRIPTION_FONT_FAMILY": "Change font family",
1059
1061
"DESCRIPTION_DESKTOP_ZOOM_SCALE": "Choose a zoom scale factor ranging from 0.1 (for a more compact view) to 2 (for a larger, more magnified view). Available in desktop apps only",
0 commit comments