From 2ee3c9a3042b52af7366814838c7cde0df218a17 Mon Sep 17 00:00:00 2001 From: Darius Arnold Date: Sun, 27 Aug 2017 16:34:00 +0200 Subject: [PATCH] [change] show more stations in stationbox of tune autopicker dialog --- pylot/core/util/widgets.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pylot/core/util/widgets.py b/pylot/core/util/widgets.py index 54772bc3..4c1a1356 100644 --- a/pylot/core/util/widgets.py +++ b/pylot/core/util/widgets.py @@ -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)