diff options
| author | 2016-05-15 03:47:00 +0100 | |
|---|---|---|
| committer | 2016-05-15 05:30:49 +0100 | |
| commit | c7c2a561e5438b6d0ad1077315e79afd27fd98c9 (patch) | |
| tree | d0995c88a52ec213c0dc1e08a67513eb4d595aaf /src/modules/addon/AddonManagementDialog.cpp | |
| parent | OptionsWidget_identity:fix tooltip src formating (diff) | |
| download | KVIrc-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/AddonManagementDialog.cpp')
| -rw-r--r-- | src/modules/addon/AddonManagementDialog.cpp | 4 |
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>"; |
