aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/keypair_details/KeyPairUIDTab.cpp
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-12-02 22:44:09 +0000
committerSaturneric <[email protected]>2021-12-04 19:28:28 +0000
commitea7c0113486f336f3fe14435e1ce5eb55ad4eca9 (patch)
tree8f1c5c61be4d55df5e7efad79e16f9c0212510db /src/ui/keypair_details/KeyPairUIDTab.cpp
parentFixed (diff)
downloadGpgFrontend-ea7c0113486f336f3fe14435e1ce5eb55ad4eca9.tar.gz
GpgFrontend-ea7c0113486f336f3fe14435e1ce5eb55ad4eca9.zip
Fixed
1. Ci Fixed for New Version. 2. Bugs fixed for cross-platform. 3. Bugs fixed for i18n.
Diffstat (limited to 'src/ui/keypair_details/KeyPairUIDTab.cpp')
-rw-r--r--src/ui/keypair_details/KeyPairUIDTab.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/keypair_details/KeyPairUIDTab.cpp b/src/ui/keypair_details/KeyPairUIDTab.cpp
index 7358c20a..0ca7eb2c 100644
--- a/src/ui/keypair_details/KeyPairUIDTab.cpp
+++ b/src/ui/keypair_details/KeyPairUIDTab.cpp
@@ -177,7 +177,7 @@ void KeyPairUIDTab::slotRefreshUIDList() {
if (!row) {
for (auto i = 0; i < uidList->columnCount(); i++) {
- uidList->item(row, i)->setTextColor(QColor(65, 105, 255));
+ uidList->item(row, i)->setForeground(QColor(65, 105, 255));
}
}