mirror of
https://github.com/YACReader/yacreader
synced 2025-08-10 08:15:08 -04:00
Make the search line edit bigger
This commit is contained in:
@ -40,7 +40,7 @@ YACReaderSearchLineEdit::YACReaderSearchLineEdit(QWidget *parent)
|
|||||||
#ifdef Q_OS_MAC
|
#ifdef Q_OS_MAC
|
||||||
setMaximumWidth(212);
|
setMaximumWidth(212);
|
||||||
#else
|
#else
|
||||||
setMaximumWidth(173);
|
setMaximumWidth(255);
|
||||||
setFixedHeight(26);
|
setFixedHeight(26);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user