aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/addon/AddonManagementDialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/addon/AddonManagementDialog.cpp')
-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>";