UI Nits: Scope Bar Font on Mac

This commit is contained in:
Mark Liversedge
2013-04-27 18:43:47 +01:00
parent f31aea1b86
commit aeec2afced

View File

@@ -34,7 +34,11 @@ GcScopeBar::GcScopeBar(MainWindow *main, QWidget *traintool) : QWidget(main), ma
searchLabel->setFixedHeight(20);
searchLabel->setHighlighted(true);
QFont font;
#ifdef Q_OS_MAC
font.setFamily("Lucida Grande");
#else
font.setFamily("Helvetica");
#endif
#ifdef WIN32
font.setPointSize(8);
#else