UI Nits: Search Box Height 21px

This commit is contained in:
Mark Liversedge
2013-04-05 20:20:29 +01:00
parent 8a2ffa7647
commit d8a0cde25e

View File

@@ -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; }");