Added font size to text editor

This commit is contained in:
Olivier Gagnon
2021-10-04 21:06:55 -04:00
parent c47a5bc8cc
commit 48b839d68c
11 changed files with 372 additions and 306 deletions
+3
View File
@@ -150,6 +150,8 @@ interface ISettings extends IDefaultSettings {
MonacoTheme: string;
MonacoInsertSpaces: boolean;
MonacoFontSize: number;
}
export const defaultSettings: IDefaultSettings = {
@@ -232,6 +234,7 @@ export const Settings: ISettings & ISelfInitializer & ISelfLoading = {
SuppressBladeburnerPopup: defaultSettings.SuppressBladeburnerPopup,
MonacoTheme: "vs-dark",
MonacoInsertSpaces: false,
MonacoFontSize: 10,
theme: {
primarylight: defaultSettings.theme.primarylight,