Hide score label in channel post item

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7949 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2015-02-16 19:23:31 +00:00
parent 882d67f191
commit 219e94910e
2 changed files with 3 additions and 1 deletions

View file

@ -123,6 +123,8 @@ void GxsChannelPostItem::setup()
//connect(ui-> voteUpButton, SIGNAL(clicked()), this, SLOT(makeUpVote()));
//connect(ui->voteDownButton, SIGNAL(clicked()), this, SLOT(makeDownVote()));
ui->scoreLabel->hide();
ui->downloadButton->hide();
ui->playButton->hide();
ui->warn_image_label->hide();