summaryrefslogtreecommitdiff
path: root/grc/gui/Actions.py
diff options
context:
space:
mode:
Diffstat (limited to 'grc/gui/Actions.py')
-rw-r--r--grc/gui/Actions.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/grc/gui/Actions.py b/grc/gui/Actions.py
index 26c827f346..b2b3a76386 100644
--- a/grc/gui/Actions.py
+++ b/grc/gui/Actions.py
@@ -263,6 +263,11 @@ TOGGLE_AUTO_HIDE_PORT_LABELS = ToggleAction(
tooltip='Automatically hide port labels',
preference_name='auto_hide_port_labels'
)
+TOGGLE_SHOW_BLOCK_COMMENTS = ToggleAction(
+ label='Show Block Comments',
+ tooltip="Show comment beneath each block",
+ preference_name='show_block_comments'
+)
BLOCK_CREATE_HIER = Action(
label='C_reate Hier',
tooltip='Create hier block from selected blocks',