Mac allow search AND filter on toolbar

.. to support the recent update to allow search filter across
   the charts as well as the sidebar.
This commit is contained in:
Mark Liversedge
2013-04-05 19:04:40 +01:00
parent b84747cbb1
commit e0e4a52cb1
5 changed files with 75 additions and 25 deletions

View File

@@ -70,6 +70,10 @@ SearchBox::SearchBox(MainWindow *main, QWidget *parent)
setObjectName("SearchBox");
setStyleSheet(QString( //"QLineEdit { padding-right: %1px; } "
"QLineEdit#SearchBox {"
#ifdef Q_OS_MAC
" border-radius: 10px; "
" border: 1px solid rgba(127,127,127,127);"
#endif
" padding: 0px %1px;"
"}"
).arg(clearButton->sizeHint().width() + frameWidth + 12));