mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-15 00:49:55 +00:00
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:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user