Temporarily hide the NB checkbox and slider -- see if anyone complains with

good reason.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3214 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2013-04-25 15:12:33 +00:00
parent ce8c3263a1
commit fe13f403a8

View File

@ -300,7 +300,7 @@ MainWindow::MainWindow(QSharedMemory *shdmem, QWidget *parent) :
"QLabel { background-color : black; color : yellow; }");
ui->labDialFreq->setStyleSheet( \
"QLabel { background-color : black; color : yellow; }");
// ui->frame->hide();
ui->frame->hide();
} // End of MainWindow constructor
//--------------------------------------------------- MainWindow destructor