mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
Make the search line edit bigger
This commit is contained in:
parent
ccc382df7d
commit
047fd24609
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user