mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-11-30 04:16:40 -05:00
changed icons on othe feeds too
* changed the icons on other feeds too * Show on Forum Message Feed the Avatars
This commit is contained in:
parent
98f35cf8af
commit
2df4a1a3e8
53 changed files with 1120 additions and 741 deletions
|
|
@ -236,13 +236,13 @@ void PeerItem::doExpand(bool open)
|
|||
if (open)
|
||||
{
|
||||
expandFrame->show();
|
||||
expandButton->setIcon(QIcon(QString(":/images/edit_remove24.png")));
|
||||
expandButton->setIcon(QIcon(QString(":/icons/png/up-arrow.png")));
|
||||
expandButton->setToolTip(tr("Hide"));
|
||||
}
|
||||
else
|
||||
{
|
||||
expandFrame->hide();
|
||||
expandButton->setIcon(QIcon(QString(":/images/edit_add24.png")));
|
||||
expandButton->setIcon(QIcon(QString(":/icons/png/down-arrow.png")));
|
||||
expandButton->setToolTip(tr("Expand"));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue