Forráskód Böngészése

Fixed PG resize mode

David Catuhe 7 éve
szülő
commit
97a3ad7849
2 módosított fájl, 2 hozzáadás és 0 törlés
  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",