Skip to content

Commit 7ebbadd

Browse files
committed
Remove mention of tally and mesh dock
1 parent 870e144 commit 7ebbadd

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

openmc_plotter/overlays.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@ class ShortcutsOverlay(QWidget):
3838
("When zoomed:", ""),
3939
("Vertical Scroll", "Scroll"),
4040
("Horizontal Scroll", "Alt+Scroll")],
41-
"Menus": [("Hide/Show Geometry Dock", c_key + "+D"),
42-
("Hide/Show Tally Dock", c_key + "+T"),
43-
("Hide/Show Mesh Dock", c_key + "+E"),
41+
"Menus": [("Hide/Show Dock", c_key + "+D"),
4442
("Reload Model", "Shift+" + c_key + "+R"),
4543
("Quit", c_key + "+Q"),
4644
("Display Shortcuts", "?")],

0 commit comments

Comments
 (0)