Before Width: | Height: | Size: 378 B After Width: | Height: | Size: 367 B |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 878 B |
Before Width: | Height: | Size: 376 B After Width: | Height: | Size: 360 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 825 B |
Before Width: | Height: | Size: 288 B After Width: | Height: | Size: 277 B |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 790 B |
|
@ -91,7 +91,7 @@ void FriendWidget::setAsInactiveChatroom()
|
|||
pal2.setColor(QPalette::WindowText,Qt::white);
|
||||
name.setPalette(pal2);
|
||||
QPalette pal3;
|
||||
pal3.setColor(QPalette::Background, QColor(63,63,63,255));
|
||||
pal3.setColor(QPalette::Background, QColor(65,65,65,255));
|
||||
this->setPalette(pal3);
|
||||
avatar.setPixmap(QPixmap("img/contact list icons/contact.png"));
|
||||
}
|
||||
|
|
|
@ -104,7 +104,7 @@ void GroupWidget::setAsInactiveChatroom()
|
|||
pal2.setColor(QPalette::WindowText,Qt::white);
|
||||
name.setPalette(pal2);
|
||||
QPalette pal3;
|
||||
pal3.setColor(QPalette::Background, QColor(63,63,63,255));
|
||||
pal3.setColor(QPalette::Background, QColor(65,65,65,255));
|
||||
this->setPalette(pal3);
|
||||
avatar.setPixmap(QPixmap("img/contact list icons/group_2x.png"));
|
||||
}
|
||||
|
|