restored text on comment button, and added blue hover effect from ClickableLabel

This commit is contained in:
csoler 2020-10-01 23:38:13 +02:00
parent 6cc9cdf130
commit 6d8f5512f9
3 changed files with 9 additions and 4 deletions

View file

@ -82,7 +82,7 @@ void BoardPostDisplayWidgetBase::setCommentsSize(int comNb)
// else if(comNb > 1)
// sComButText = tr("Comments ").append("(%1)").arg(comNb);
//
// commentButton()->setText(sComButText);
commentButton()->setText(tr("Comments"));
}
void BoardPostDisplayWidgetBase::makeDownVote()