Fixed newspaper handling.

This commit is contained in:
Martin Rotter 2016-08-19 10:53:30 +02:00
parent 8c20ca7025
commit 0c0c639678

View File

@ -46,7 +46,6 @@ void NewspaperPreviewer::showMoreMessages() {
connect(prev, SIGNAL(requestMessageListReload(bool)), this, SIGNAL(requestMessageListReload(bool)));
margins.setRight(0);
prev->hideToolbar();
prev->layout()->setContentsMargins(margins);
prev->setFixedHeight(300);
prev->loadMessage(msg, m_root);