소스 검색

Issue #2: hide controls by default

cycle20 2 년 전
부모
커밋
056c23b895
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/apps/viewer/index.html

+ 2 - 2
src/apps/viewer/index.html

@@ -49,9 +49,9 @@
             if (debugMode) molstar.setDebugMode(debugMode, debugMode);
 
             var viewer = new molstar.Viewer('app', {
-                layoutShowControls: true,
+                layoutShowControls: false,
                 viewportShowExpand: true,
-                collapseLeftPanel: false
+                collapseLeftPanel: true
             });
 
             // Set PDB Id here