diff --git a/docs/modules/ROOT/pages/operations/result-frames.adoc b/docs/modules/ROOT/pages/operations/result-frames.adoc index 4addf8c6cb..351c76cf4e 100644 --- a/docs/modules/ROOT/pages/operations/result-frames.adoc +++ b/docs/modules/ROOT/pages/operations/result-frames.adoc @@ -46,17 +46,17 @@ Additionally, you can zoom using trackpad zoom gestures or a mouse wheel in comb On Mac, use `⌘ + scroll` and on Windows and Linux, use `Ctrl + scroll` to trigger zoom. You can also use the _Fit to screen_ button to fit all query results into the view. * Expand the Cypher editor area by selecting the image:expand.svg[width=3%] icon at the right corner of the query area. -* Select a node or a relationship to view its properties. +* Click a node or a relationship to view its properties. The nodes already have sensible captions assigned by the Browser, which auto-selects a property from the property list to use as a caption. To change how your graph looks like, see xref:operations/browser-styling.adoc[]. -* Select a node to get a halo, where you can: -** Dismiss/hide a node by selecting the image:dismiss-node.png[width=3%] icon. +* Click a node to get a halo, where you can: +** Dismiss/hide a node by clicking the image:dismiss-node.png[width=3%] icon. ** Expand/collapse child relationships by clicking the icon image:expand-collapse.png[width=3%] icon. Alternatively, you can double-click a node. ** Unlock the node to re-layout it by clicking the image:unlock-relayout.png[width=3%] icon. -Alternatively, you can select the node and drag it around. +Alternatively, you can click the node and drag it around. * If you cannot see the whole graph or the results display too close together, you can adjust by moving the visual view and dragging nodes to rearrange them. -* To move the view to see more parts of the graph, select an empty spot within the graph pane and drag it. +* To move the view to see more parts of the graph, click an empty spot within the graph pane and drag it. ====