mirror of
https://github.com/YACReader/yacreader
synced 2025-06-03 09:08:20 -04:00
reduced width of search edit in OSX
This commit is contained in:
parent
863e993801
commit
673deee27c
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user