always hide expand button since we have the photoview

This commit is contained in:
csoler 2020-09-13 20:15:52 +02:00
parent b88f664e57
commit 01683aac4e

View File

@ -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();