Merge pull request #1958 from defnax/messages-cosmetic

cosmetic changes in Messages
This commit is contained in:
defnax 2020-05-21 21:42:29 +02:00 committed by GitHub
commit 1f5ac32a81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -462,7 +462,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>