mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-07 00:25:16 -04:00
always hide expand button since we have the photoview
This commit is contained in:
parent
b88f664e57
commit
01683aac4e
1 changed files with 2 additions and 1 deletions
|
@ -166,7 +166,8 @@ void BoardPostDisplayWidget::setup()
|
|||
if(dmode == DISPLAY_MODE_COMPACT)
|
||||
{
|
||||
ui->pictureLabel_compact->show();
|
||||
ui->expandButton->show();
|
||||
ui->expandButton->hide();
|
||||
//ui->expandButton->show(); // always hide, since we have the photoview already
|
||||
|
||||
ui->pictureLabel->hide();
|
||||
ui->notes->hide();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue