summaryrefslogtreecommitdiff
path: root/grc/gui/Bars.py
diff options
context:
space:
mode:
authorSeth Hitefield <sdhitefield@gmail.com>2016-05-10 15:06:28 -0400
committerSeth Hitefield <sdhitefield@gmail.com>2016-05-18 19:02:22 -0400
commita682562051c75e3a17f0c246dc3a57cea4fab20d (patch)
treea5ea0caec27b4915a9914931f02b96b77eaaae0c /grc/gui/Bars.py
parent6353fdb06608edc23c837afaab93dd09dc583d2c (diff)
grc: Added the variable editor panel
Diffstat (limited to 'grc/gui/Bars.py')
-rw-r--r--grc/gui/Bars.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/grc/gui/Bars.py b/grc/gui/Bars.py
index c0c4beef75..5bbbdc0d77 100644
--- a/grc/gui/Bars.py
+++ b/grc/gui/Bars.py
@@ -31,6 +31,7 @@ TOOLBAR_LIST = (
Actions.FLOW_GRAPH_SAVE,
Actions.FLOW_GRAPH_CLOSE,
None,
+ Actions.TOGGLE_FLOW_GRAPH_VAR_EDITOR,
Actions.FLOW_GRAPH_SCREEN_CAPTURE,
None,
Actions.BLOCK_CUT,
@@ -103,6 +104,9 @@ MENU_BAR_LIST = (
Actions.CLEAR_REPORTS,
None,
Actions.TOGGLE_HIDE_VARIABLES,
+ Actions.TOGGLE_FLOW_GRAPH_VAR_EDITOR,
+ Actions.TOGGLE_FLOW_GRAPH_VAR_EDITOR_SIDEBAR,
+ None,
Actions.TOGGLE_HIDE_DISABLED_BLOCKS,
Actions.TOGGLE_AUTO_HIDE_PORT_LABELS,
Actions.TOGGLE_SNAP_TO_GRID,