Skip to content

Commit

Permalink
Forgot to delete fullscreen from File menu
Browse files Browse the repository at this point in the history
  • Loading branch information
lowrie committed Dec 31, 2015
1 parent 03f50d3 commit ef634d7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions qt_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,12 +187,6 @@ def create_menu(self):
print_action.triggered.connect(self._on_print)
file_menu.addAction(print_action)

fullscreen_action = QtGui.QAction('&Fullscreen', self)
fullscreen_action.setShortcut('Ctrl+F')
fullscreen_action.setStatusTip('Toggle full-screen mode')
fullscreen_action.triggered.connect(self._on_fullscreen)
file_menu.addAction(fullscreen_action)

exit_action = QtGui.QAction('&Quit', self)
exit_action.setShortcut('Ctrl+Q')
exit_action.setStatusTip('Exit pyRouterJig')
Expand Down

0 comments on commit ef634d7

Please sign in to comment.