mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 19:04:32 +02:00
Scratch that; I just didn't understand how magic invisible disappearing scroll
bars worked on OS X.
This commit is contained in:
parent
c5fbf1b55f
commit
72ebeffa5c
1 changed files with 0 additions and 1 deletions
|
@ -33,7 +33,6 @@ 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);
|
||||
|
|
Loading…
Reference in a new issue