[change] show more stations in stationbox of tune autopicker dialog
This commit is contained in:
parent
2e6c33de45
commit
2ee3c9a304
@ -2494,6 +2494,7 @@ class TuneAutopicker(QWidget):
|
||||
|
||||
def init_stationlist(self):
|
||||
self.stationBox = QtGui.QComboBox()
|
||||
self.stationBox.setMaxVisibleItems(42)
|
||||
self.trace_layout.addWidget(self.stationBox)
|
||||
self.fill_stationbox()
|
||||
self.figure_tabs.setCurrentIndex(0)
|
||||
|
Loading…
Reference in New Issue
Block a user