Commit a86747d1 authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

[graph explorer] move search right of top bar buttons

parent 9af19f92
...@@ -155,10 +155,10 @@ explorerCpt = R.hooksComponentWithModule thisModule "explorer" cpt ...@@ -155,10 +155,10 @@ explorerCpt = R.hooksComponentWithModule thisModule "explorer" cpt
[ rowToggle [ rowToggle
[ col [ spaces [ Toggle.treeToggleButton controls.showTree ]] [ col [ spaces [ Toggle.treeToggleButton controls.showTree ]]
, col [ spaces [ Toggle.controlsToggleButton controls.showControls ]] , col [ spaces [ Toggle.controlsToggleButton controls.showControls ]]
, col [ spaces [ Toggle.sidebarToggleButton controls.showSidePanel ]]
, col [ spaces [ nodeSearchControl { graph , col [ spaces [ nodeSearchControl { graph
, multiSelectEnabled: controls.multiSelectEnabled , multiSelectEnabled: controls.multiSelectEnabled
, selectedNodeIds: controls.selectedNodeIds } [] ] ] , selectedNodeIds: controls.selectedNodeIds } [] ] ]
, col [ spaces [ Toggle.sidebarToggleButton controls.showSidePanel ]]
] ]
] ]
, RH.div { className: "graph-container" } [ , RH.div { className: "graph-container" } [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment