reduced width of search edit in OSX

This commit is contained in:
Luis Ángel San Martín 2014-07-06 22:40:46 +02:00
parent 863e993801
commit 673deee27c

View File

@ -34,7 +34,7 @@ YACReaderSearchLineEdit::YACReaderSearchLineEdit(QWidget *parent)
qMax(msz.height(), clearButton->sizeHint().height() + frameWidth * 2 + 2));
#ifdef Q_OS_MAC
setMaximumWidth(300);
setMaximumWidth(212);
#endif
}