Explorar o código

Preserve fontSize

Sebastien Lebreton %!s(int64=5) %!d(string=hai) anos
pai
achega
9f35593c2f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Playground/js/monacoCreator.js

+ 1 - 0
Playground/js/monacoCreator.js

@@ -182,6 +182,7 @@ class MonacoCreator {
             readOnly: true,
             theme: this.parent.settingsPG.vsTheme,
             contextmenu: false,
+            fontSize: this.parent.settingsPG.fontSize
         }
        
         const diffEditor = monaco.editor.createDiffEditor(diffView, diffOptions);