Gui: [skip ci] slightly change the background color of the search field
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user