From 12fbee2bf35a291f1050e91abb35b2f38515ea60 Mon Sep 17 00:00:00 2001 From: John Nelson Date: Sat, 15 Mar 2014 09:27:29 +0000 Subject: [PATCH] Increase number of items in freq drop-down menu from 10 to 16 git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3871 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/mainwindow.cpp b/mainwindow.cpp index 8f922c353..a7531e929 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -327,6 +327,7 @@ MainWindow::MainWindow(QSettings * settings, QSharedMemory *shdmem, QString *the ui->bandComboBox->clear(); ui->bandComboBox->addItems(m_bandDescription); + ui->bandComboBox->setMaxVisibleItems(16); ui->bandComboBox->setCurrentIndex(m_band); {