use more reliable hard coded sample phase names
This commit is contained in:
parent
03219e69d6
commit
37e50b12e6
@ -238,7 +238,7 @@ class PickDlg(QDialog):
|
|||||||
' waveforms',
|
' waveforms',
|
||||||
checkable=True)
|
checkable=True)
|
||||||
self.selectPhase = QComboBox()
|
self.selectPhase = QComboBox()
|
||||||
self.selectPhase.addItems([None, 'Pn', 'Pg', 'P1', 'P2'])
|
self.selectPhase.addItems([None, 'Pn', 'Pg', 'Sn', 'Sg'])
|
||||||
|
|
||||||
self.zoomAction = createAction(parent=self, text='Zoom',
|
self.zoomAction = createAction(parent=self, text='Zoom',
|
||||||
slot=self.zoom, icon=zoom_icon,
|
slot=self.zoom, icon=zoom_icon,
|
||||||
|
Loading…
Reference in New Issue
Block a user