added system to clamp the text in thumbnails

This commit is contained in:
csoler 2020-08-25 11:50:12 +02:00
parent 262d36cc82
commit 9e20c04e3f
3 changed files with 14 additions and 5 deletions

View file

@ -262,7 +262,7 @@ GxsChannelPostsWidgetWithModel::GxsChannelPostsWidgetWithModel(const RsGxsGroupI
ui->postTime_LB->hide();
ui->postLogo_LB->hide();
ui->postDetails_TE->setPlaceholderText(tr("No post selected"));
ui->postDetails_TE->setPlaceholderText(tr("No text to display"));
// Set initial size of the splitter
ui->splitter->setStretchFactor(0, 1);