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
This commit is contained in:
John Nelson 2014-03-15 14:41:35 +00:00
parent 12fbee2bf3
commit 1a427e4bdf
1 changed files with 0 additions and 1 deletions

View File

@ -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);
{