File tree Expand file tree Collapse file tree
python-wrapper/src/neo4j_viz/resources/nvl_entrypoint Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -123,16 +123,22 @@ function GraphWidget() {
123123 sidePanelWidth,
124124 children : < GraphVisualization . SingleSelectionSidePanelContents /> ,
125125 } }
126- bottomRightIsland = {
126+ topRightIsland = {
127127 < IconButtonArray size = "medium" >
128+ < GraphVisualization . DownloadButton />
129+ < GraphVisualization . ToggleSidePanelButton />
130+ </ IconButtonArray >
131+ }
132+ bottomRightIsland = {
133+ < IconButtonArray size = "medium" orientation = "vertical" >
128134 < GraphVisualization . GestureSelectButton menuPlacement = "top-end-bottom-end" />
129- < Divider orientation = "horizontal " />
135+ < Divider orientation = "vertical " />
130136 < GraphVisualization . ZoomInButton />
131137 < GraphVisualization . ZoomOutButton />
132138 < GraphVisualization . ZoomToFitButton />
133139 { showLayoutButton && (
134140 < >
135- < Divider orientation = "horizontal " />
141+ < Divider orientation = "vertical " />
136142 < GraphVisualization . LayoutSelectButton menuPlacement = "top-end-bottom-end" />
137143 </ >
138144 ) }
You can’t perform that action at this time.
0 commit comments