Explorar el Código

Issue #2: hide controls by default

cycle20 hace 2 años
padre
commit
056c23b895
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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