mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-02 10:35:15 -05:00
cosmetic changes
This commit is contained in:
parent
ad1672a0a4
commit
9b5ab4bbd9
@ -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);
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user