Make the search line edit bigger

This commit is contained in:
Luis Ángel San Martín 2021-01-14 09:17:49 +01:00
parent ccc382df7d
commit 047fd24609

View File

@ -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