summaryrefslogtreecommitdiffstats
path: root/usersdialog.cpp
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-08-04 00:01:48 +0200
committerAnne Jan Brouwer <annejan@noprotocol.com>2015-08-04 00:01:48 +0200
commit416d44d099a4d7aad3db96c2f859200944e23c21 (patch)
treef6d7e4e876c3a3ed4954cad3a34cad80db8588a6 /usersdialog.cpp
parenta9a1b04cf95c70241846b1aab54c939c85136b76 (diff)
bold
Diffstat (limited to 'usersdialog.cpp')
-rw-r--r--usersdialog.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/usersdialog.cpp b/usersdialog.cpp
index 1c293ed8..ffc4d996 100644
--- a/usersdialog.cpp
+++ b/usersdialog.cpp
@@ -65,6 +65,10 @@ void UsersDialog::populateList(const QString &filter)
if (user.have_secret) {
//item->setForeground(QColor(32, 74, 135));
item->setForeground(Qt::blue);
+ QFont font;
+ font.setFamily(font.defaultFamily());
+ font.setBold(true);
+ item->setFont(font);
} else if (user.validity == '-') {
item->setBackground(QColor(164, 0, 0));
item->setForeground(Qt::white);