diff options
Diffstat (limited to 'src/ui/keypair_details/KeyNewUIDDialog.cpp')
-rw-r--r-- | src/ui/keypair_details/KeyNewUIDDialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/keypair_details/KeyNewUIDDialog.cpp b/src/ui/keypair_details/KeyNewUIDDialog.cpp index 7605bfae..e12af750 100644 --- a/src/ui/keypair_details/KeyNewUIDDialog.cpp +++ b/src/ui/keypair_details/KeyNewUIDDialog.cpp @@ -89,7 +89,7 @@ void KeyNewUIDDialog::slotCreateNewUID() { */ errorLabel->setAutoFillBackground(true); QPalette error = errorLabel->palette(); - error.setColor(QPalette::Background, "#ff8080"); + error.setColor(QPalette::Window, "#ff8080"); errorLabel->setPalette(error); errorLabel->setText(errorString); |