mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-30 09:48:59 -04:00
Hide the new and read button/label not used yet on Board feeds
This commit is contained in:
parent
777755e665
commit
07aff5cb8f
1 changed files with 5 additions and 1 deletions
|
@ -437,6 +437,10 @@ void PostedItem::setup()
|
|||
ui->clearButton->hide();
|
||||
ui->readAndClearButton->hide();
|
||||
ui->nameLabel->hide();
|
||||
|
||||
//hide read & new not used
|
||||
ui->readButton->hide();
|
||||
ui->newLabel->hide();
|
||||
}
|
||||
|
||||
void PostedItem::makeDownVote()
|
||||
|
@ -699,7 +703,7 @@ void PostedItem::setReadStatus(bool isNew, bool isUnread)
|
|||
ui->readButton->setIcon(FilesDefs::getIconFromQtResourcePath(":/images/message-state-read.png"));
|
||||
}
|
||||
|
||||
ui->newLabel->setVisible(isNew);
|
||||
//ui->newLabel->setVisible(isNew);
|
||||
|
||||
ui->mainFrame->setProperty("new", isNew);
|
||||
ui->mainFrame->style()->unpolish(ui->mainFrame);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue