[minor] beautification
This commit is contained in:
parent
a81c98c0b8
commit
7be9fc28fa
@ -1 +1 @@
|
|||||||
fe81b-dirty
|
a81c9-dirty
|
||||||
|
@ -1165,7 +1165,7 @@ class PickDlg(QDialog):
|
|||||||
else:
|
else:
|
||||||
self.filteroptions = FILTERDEFAULTS
|
self.filteroptions = FILTERDEFAULTS
|
||||||
self.pick_block = False
|
self.pick_block = False
|
||||||
self.nextStation = QtGui.QCheckBox('Continue with next station.')
|
self.nextStation = QtGui.QCheckBox('Continue with next station ')
|
||||||
|
|
||||||
# initialize panning attributes
|
# initialize panning attributes
|
||||||
self.press = None
|
self.press = None
|
||||||
@ -1336,6 +1336,7 @@ class PickDlg(QDialog):
|
|||||||
_dialtoolbar.addAction(self.resetZoomAction)
|
_dialtoolbar.addAction(self.resetZoomAction)
|
||||||
_dialtoolbar.addSeparator()
|
_dialtoolbar.addSeparator()
|
||||||
_dialtoolbar.addAction(self.resetPicksAction)
|
_dialtoolbar.addAction(self.resetPicksAction)
|
||||||
|
_dialtoolbar.addSeparator()
|
||||||
if self._embedded:
|
if self._embedded:
|
||||||
manu_label = QLabel('Manual Onsets:')
|
manu_label = QLabel('Manual Onsets:')
|
||||||
manu_label.setStyleSheet('QLabel {'
|
manu_label.setStyleSheet('QLabel {'
|
||||||
@ -1346,6 +1347,7 @@ class PickDlg(QDialog):
|
|||||||
_dialtoolbar.addWidget(self.reject_button)
|
_dialtoolbar.addWidget(self.reject_button)
|
||||||
else:
|
else:
|
||||||
_dialtoolbar.addWidget(self.nextStation)
|
_dialtoolbar.addWidget(self.nextStation)
|
||||||
|
_dialtoolbar.addSeparator()
|
||||||
est_label = QLabel('Estimated onsets:')
|
est_label = QLabel('Estimated onsets:')
|
||||||
est_label.setStyleSheet('QLabel {'
|
est_label.setStyleSheet('QLabel {'
|
||||||
'padding:2px;'
|
'padding:2px;'
|
||||||
|
Loading…
Reference in New Issue
Block a user