Skip to content

Commit

Permalink
changed defaultLayoutSpecification to xy-3d
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisj committed Apr 21, 2020
1 parent 9c61922 commit 9a3d98b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "third_party/neuroglancer"]
path = third_party/neuroglancer
url = https://github.com/seung-lab/neuroglancer.git
branch = expose_auth
branch = ng-extend-flywire
1 change: 1 addition & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ class ExtendViewer extends Viewer {
showLayerDialog: false,
showUIControls: true,
showPanelBorders: true,
defaultLayoutSpecification: 'xy-3d'
});

authTokenShared!.changed.add(() => {
Expand Down

0 comments on commit 9a3d98b

Please sign in to comment.