Explorar o código

Merge pull request #2935 from BabylonJS/master

Fixed PG resize mode
David Catuhe %!s(int64=8) %!d(string=hai) anos
pai
achega
0881dedc31
Modificáronse 2 ficheiros con 2 adicións e 0 borrados
  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",