From 1a427e4bdfb67e86e803038c7249ac77f61b0dfc Mon Sep 17 00:00:00 2001 From: John Nelson Date: Sat, 15 Mar 2014 14:41:35 +0000 Subject: [PATCH] Remove increase in drop down freq menu: not necessary git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3872 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- mainwindow.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index a7531e929..8f922c353 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -327,7 +327,6 @@ 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); {