Cosmetics.

This commit is contained in:
Ludger Küperkoch 2017-02-21 14:07:21 +01:00
parent 049b2b6991
commit 5d35fb419d

View File

@ -163,7 +163,6 @@ class MainWindow(QMainWindow):
lambda event: self.tutor_user())
_layout.addWidget(self.DataPlot)
#locactionicon = self.style().standardIcon(QStyle.SP_DirOpenIcon)
quitIcon = self.style().standardIcon(QStyle.SP_MediaStop)
saveIcon = self.style().standardIcon(QStyle.SP_DriveHDIcon)
helpIcon = self.style().standardIcon(QStyle.SP_DialogHelpButton)
@ -356,7 +355,7 @@ class MainWindow(QMainWindow):
shortcut='Alt+Ctrl+L',
icon=locate_icon,
tip='Locate the event using '
'the picked arrivals.')
'the displayed manual arrivals.')
locationToolBar = self.addToolBar("LocationTools")
locationToolActions = (locateEvent,)