fix setup for new weston build

old-commit-hash: ff6dac7dd3c125443a2d2459c479747e7d4f0234
This commit is contained in:
Adeeb Shihadeh
2020-11-14 15:50:11 -08:00
parent 06f2736d78
commit b5f01a713b

View File

@@ -143,6 +143,9 @@ Setup::Setup(QWidget *parent) {
layout->addWidget(software_selection());
layout->addWidget(downloading());
// TODO: this is needed to make first page not squished, why?
layout->setSizeConstraint(QLayout::SetMinimumSize);
setLayout(layout);
setStyleSheet(R"(
QWidget {