mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 16:39:57 +00:00
UI Nits: Search Box Height 21px
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
SearchBox::SearchBox(MainWindow *main, QWidget *parent)
|
||||
: QLineEdit(parent), main(main)
|
||||
{
|
||||
setFixedHeight(23);
|
||||
setFixedHeight(21);
|
||||
//clear button
|
||||
clearButton = new QToolButton(this);
|
||||
clearButton->setStyleSheet("QToolButton { border: none; padding: 0px; }");
|
||||
|
||||
Reference in New Issue
Block a user