cosmetic changes

This commit is contained in:
defnax 2020-05-21 17:23:56 +02:00
parent ad1672a0a4
commit 9b5ab4bbd9
2 changed files with 4 additions and 1 deletions

View file

@ -461,7 +461,7 @@ void MessagesDialog::fillQuickView()
for (tag = tags.types.begin(); tag != tags.types.end(); ++tag) {
text = TagDefs::name(tag->first, tag->second.first);
QPixmap tagpixmap(18,18);
QPixmap tagpixmap(16,16);
tagpixmap.fill(QColor(tag->second.second));
item = new QListWidgetItem (text, ui.quickViewWidget);