UI: Fix typo "QTestEdit" in Yami

Changed "QTestEdit" with "QTextEdit".
master
Monsteer 2022-08-07 01:13:56 +02:00 committed by GitHub
parent 3233c455d1
commit 0c930f52d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -619,13 +619,13 @@ QLineEdit, QTextEdit, QPlainTextEdit {
}
QLineEdit:hover,
QTestEdit:hover,
QTextEdit:hover,
QPlainTextEdit:hover {
border: 2px solid rgb(99,102,111);
}
QLineEdit:focus,
QTestEdit:focus,
QTextEdit:focus,
QPlainTextEdit:focus {
background-color: palette(mid);
border: 2px solid rgb(40,76,184);