mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-23 22:01:05 -05:00
always hide expand button since we have the photoview
This commit is contained in:
parent
b88f664e57
commit
01683aac4e
@ -166,7 +166,8 @@ void BoardPostDisplayWidget::setup()
|
|||||||
if(dmode == DISPLAY_MODE_COMPACT)
|
if(dmode == DISPLAY_MODE_COMPACT)
|
||||||
{
|
{
|
||||||
ui->pictureLabel_compact->show();
|
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->pictureLabel->hide();
|
||||||
ui->notes->hide();
|
ui->notes->hide();
|
||||||
|
Loading…
Reference in New Issue
Block a user