mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-23 00:01:21 -04:00
commit
c61db18837
2 changed files with 3 additions and 2 deletions
|
@ -368,6 +368,7 @@ void BoardsCommentsItem::setup()
|
||||||
//ui->titleLabel->setText(tr("Loading"));
|
//ui->titleLabel->setText(tr("Loading"));
|
||||||
ui->datetimeLabel->clear();
|
ui->datetimeLabel->clear();
|
||||||
ui->replyFrame->hide();
|
ui->replyFrame->hide();
|
||||||
|
ui->commentButton->hide();
|
||||||
|
|
||||||
ui->commentButton->setIcon(FilesDefs::getIconFromQtResourcePath(":/icons/png/comment.png"));
|
ui->commentButton->setIcon(FilesDefs::getIconFromQtResourcePath(":/icons/png/comment.png"));
|
||||||
ui->copyLinkButton->setIcon(FilesDefs::getIconFromQtResourcePath(":/icons/png/copy.png"));
|
ui->copyLinkButton->setIcon(FilesDefs::getIconFromQtResourcePath(":/icons/png/copy.png"));
|
||||||
|
@ -472,7 +473,7 @@ void BoardsCommentsItem::fill()
|
||||||
{
|
{
|
||||||
// feed.
|
// feed.
|
||||||
//frame_comment->show();
|
//frame_comment->show();
|
||||||
ui->commentButton->show();
|
//ui->commentButton->show();
|
||||||
|
|
||||||
if (mPost.mComments)
|
if (mPost.mComments)
|
||||||
{
|
{
|
||||||
|
|
|
@ -475,7 +475,7 @@ void ChannelsCommentsItem::fill()
|
||||||
// differences between Feed or Top of Comment.
|
// differences between Feed or Top of Comment.
|
||||||
if (mFeedHolder)
|
if (mFeedHolder)
|
||||||
{
|
{
|
||||||
ui->commentButton->show();
|
//ui->commentButton->show();
|
||||||
|
|
||||||
// Not yet functional
|
// Not yet functional
|
||||||
/*if (mPost.mCommentCount)
|
/*if (mPost.mCommentCount)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue