aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/addon
diff options
context:
space:
mode:
authorGravatar un1versal2016-05-15 03:47:00 +0100
committerGravatar un1versal2016-05-15 05:30:49 +0100
commitc7c2a561e5438b6d0ad1077315e79afd27fd98c9 (patch)
treed0995c88a52ec213c0dc1e08a67513eb4d595aaf /src/modules/addon
parentOptionsWidget_identity:fix tooltip src formating (diff)
downloadKVIrc-c7c2a561e5438b6d0ad1077315e79afd27fd98c9.tar.gz
KVIrc-c7c2a561e5438b6d0ad1077315e79afd27fd98c9.tar.bz2
KVIrc-c7c2a561e5438b6d0ad1077315e79afd27fd98c9.zip
AddonManagementDialog: make readable addon desc.
when selected its extremely hard to read
Diffstat (limited to 'src/modules/addon')
-rw-r--r--src/modules/addon/AddonManagementDialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/addon/AddonManagementDialog.cpp b/src/modules/addon/AddonManagementDialog.cpp
index 2a3253141..ffe9c4671 100644
--- a/src/modules/addon/AddonManagementDialog.cpp
+++ b/src/modules/addon/AddonManagementDialog.cpp
@@ -73,10 +73,10 @@ AddonListViewItem::AddonListViewItem(KviTalListWidget * v, KviKvsScriptAddon * a
t += "</b> [";
t += a->version();
t += "]";
- t += " <font color=\"#a0a0a0\">[";
+ t += " <font color=\"#454545\">[";
t += a->name();
t += "]";
- t += "<br><nobr><font size=\"-1\">";
+ t += "<br><font size=\"-1\">";
t += a->description();
t += "</font>";