Force the scroll bar.

This commit is contained in:
Andrzej Kapolka 2014-05-06 10:57:11 -07:00
parent e0ecd611c9
commit c5fbf1b55f

View file

@ -33,6 +33,7 @@ AttachmentsDialog::AttachmentsDialog() :
QScrollArea* area = new QScrollArea();
layout->addWidget(area);
area->setWidgetResizable(true);
area->setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOn);
QWidget* container = new QWidget();
container->setLayout(_attachments = new QVBoxLayout());
container->setSizePolicy(QSizePolicy::Ignored, QSizePolicy::Preferred);