Browse Source

Add dark group icon

pull/19/head
Tux3 / Mlkj / !Lev.uXFMLA 11 years ago
parent
commit
ab9ed12850
  1. BIN
      img/contact list icons/group_dark.png
  2. 2
      widget/groupwidget.cpp

BIN
img/contact list icons/group_dark.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 503 B

2
widget/groupwidget.cpp

@ -124,7 +124,7 @@ void GroupWidget::setAsActiveChatroom() @@ -124,7 +124,7 @@ void GroupWidget::setAsActiveChatroom()
QPalette pal3;
pal3.setColor(QPalette::Background, Qt::white);
this->setPalette(pal3);
avatar.setPixmap(QPixmap("img/contact list icons/group_dark_2x.png"));
avatar.setPixmap(QPixmap("img/contact list icons/group_dark.png"));
}
void GroupWidget::setAsInactiveChatroom()

Loading…
Cancel
Save