mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-01 18:56:23 -04:00
removed explicit maximum size that is not needed anymore and causes a bug on some Qt implementations
This commit is contained in:
parent
b8c14d6bc4
commit
943bd9b50e
2 changed files with 7 additions and 13 deletions
|
@ -140,14 +140,8 @@ void ChannelPostThumbnailView::init(const RsGxsChannelPost& post)
|
|||
font.setBold(true);
|
||||
|
||||
mPostTitle->setFont(font);
|
||||
|
||||
mPostTitle->setMaximumWidth(W);
|
||||
mPostTitle->setMaximumHeight(3*fm.height());
|
||||
mPostTitle->setWordWrap(true);
|
||||
mPostTitle->adjustSize();
|
||||
|
||||
setMinimumHeight(H + mPostTitle->height() + 0.5*fm.height());
|
||||
setMaximumHeight(H + mPostTitle->height() + 0.5*fm.height());
|
||||
}
|
||||
setSizePolicy(QSizePolicy::MinimumExpanding,QSizePolicy::MinimumExpanding);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue