mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-07 08:35:16 -04:00
attempt to fix size problem in boards display widget
This commit is contained in:
parent
bdb36f7528
commit
6f1e1f8523
2 changed files with 347 additions and 344 deletions
|
@ -25,7 +25,6 @@
|
|||
|
||||
#include "rshare.h"
|
||||
#include "BoardPostDisplayWidget.h"
|
||||
#include "gui/feeds/FeedHolder.h"
|
||||
#include "gui/gxs/GxsIdDetails.h"
|
||||
#include "util/misc.h"
|
||||
#include "gui/common/FilesDefs.h"
|
||||
|
@ -125,12 +124,12 @@ void BoardPostDisplayWidget::setup()
|
|||
if(dmode == DISPLAY_MODE_COMPACT)
|
||||
{
|
||||
ui->pictureLabel_compact->show();
|
||||
ui->expandButton->show();
|
||||
|
||||
ui->pictureLabel->hide();
|
||||
ui->notes->hide();
|
||||
ui->siteLabel->hide();
|
||||
|
||||
ui->expandButton->show();
|
||||
|
||||
if(mExpanded)
|
||||
{
|
||||
ui->frame_picture->show();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue