[Home Tab] Don't add connect button with stretch

Took 4 minutes
This commit is contained in:
Lukas Brübach 2025-11-16 17:32:33 +01:00
parent 3285596a93
commit 735efe9a8b

View file

@ -178,7 +178,7 @@ QGroupBox *HomeWidget::createButtons()
boxLayout->addSpacing(25);
connectButton = new HomeStyledButton("Connect/Play", gradientColors);
boxLayout->addWidget(connectButton, 1);
boxLayout->addWidget(connectButton);
auto visualDeckEditorButton = new HomeStyledButton(tr("Create New Deck"), gradientColors);
connect(visualDeckEditorButton, &QPushButton::clicked, tabSupervisor,