소스 검색

Fixed PG resize mode

David Catuhe 7 년 전
부모
커밋
97a3ad7849
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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",