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);

View File

@ -205,6 +205,9 @@
<enum>QFrame::Raised</enum>
</property>
<layout class="QHBoxLayout" name="quickViewFrameHLayout">
<property name="leftMargin">
<number>3</number>
</property>
<property name="topMargin">
<number>3</number>
</property>