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
|
||||
setMaximumWidth(212);
|
||||
#else
|
||||
setMaximumWidth(173);
|
||||
setMaximumWidth(255);
|
||||
setFixedHeight(26);
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user