Gui: [skip ci] slightly change the background color of the search field

This commit is contained in:
wmayer
2020-03-16 00:12:07 +01:00
parent 2f46c3fcf0
commit f8093de71c

View File

@@ -210,7 +210,7 @@ void DlgParameterImp::on_findGroupLE_textChanged(const QString &SearchStr)
// Set red background to indicate no matching
QString styleSheet = QString::fromLatin1(
" QLineEdit {\n"
" background-color: rgb(255,170,255);\n"
" background-color: rgb(221,144,161);\n"
" }\n"
);
ui->findGroupLE->setStyleSheet(styleSheet);