[change] show more stations in stationbox of tune autopicker dialog

This commit is contained in:
Darius Arnold 2017-08-27 16:34:00 +02:00
parent 85e1e45552
commit 8293d63d28

View File

@ -2226,6 +2226,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)