mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-22 07:41:20 -04:00
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:
parent
882d67f191
commit
219e94910e
2 changed files with 3 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue