mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-07-09 06:52:05 +08:00
@@ -72,6 +72,8 @@ MainWindow::MainWindow(QWidget *parent) : QWidget(parent) {
|
||||
QObject::connect(onboardingWindow, SIGNAL(onboardingDone()), this, SLOT(closeSettings()));
|
||||
onboardingWindow->updateActiveScreen();
|
||||
|
||||
// TODO: this is needed to make first page not squished, why?
|
||||
main_layout->setSizeConstraint(QLayout::SetMinimumSize);
|
||||
|
||||
setStyleSheet(R"(
|
||||
* {
|
||||
|
||||
Reference in New Issue
Block a user