Sfoglia il codice sorgente

Fixed PG resize mode

David Catuhe 7 anni fa
parent
commit
97a3ad7849
2 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 1 0
      Playground/css/index.css
  2. 1 0
      Playground/js/index.js

+ 1 - 0
Playground/css/index.css

@@ -402,6 +402,7 @@ body {
     color:#999;
     display: inline-block;
 }
+
 /* Save form & co */
 
 .save-message {

+ 1 - 0
Playground/js/index.js

@@ -30,6 +30,7 @@
         tabSize: "auto",
         insertSpaces: "auto",
         roundedSelection: true,
+        automaticLayout: true,
         scrollBeyondLastLine: false,
         readOnly: false,
         theme: "vs",