From 3b044969959bf9ca8e63edb96f85bf69408d62c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Br=C3=BCbach?= Date: Fri, 12 Dec 2025 02:14:51 +0100 Subject: [PATCH] Layout Took 2 minutes --- .../deck_editor/deck_editor_deck_dock_widget.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/cockatrice/src/interface/widgets/deck_editor/deck_editor_deck_dock_widget.cpp b/cockatrice/src/interface/widgets/deck_editor/deck_editor_deck_dock_widget.cpp index a765a80b5..0afac6dcd 100644 --- a/cockatrice/src/interface/widgets/deck_editor/deck_editor_deck_dock_widget.cpp +++ b/cockatrice/src/interface/widgets/deck_editor/deck_editor_deck_dock_widget.cpp @@ -211,16 +211,16 @@ void DeckEditorDeckDockWidget::createDeckDock() upperLayout->addWidget(nameEdit, 0, 1); upperLayout->addWidget(quickSettingsWidget, 0, 2); - upperLayout->addWidget(formatLabel, 1, 0); - upperLayout->addWidget(formatComboBox, 1, 1); + upperLayout->addWidget(deckTagsDisplayWidget, 1, 1); upperLayout->addWidget(commentsLabel, 2, 0); upperLayout->addWidget(commentsEdit, 2, 1); - upperLayout->addWidget(bannerCardLabel, 3, 0); - upperLayout->addWidget(bannerCardComboBox, 3, 1); + upperLayout->addWidget(formatLabel, 3, 0); + upperLayout->addWidget(formatComboBox, 3, 1); - upperLayout->addWidget(deckTagsDisplayWidget, 4, 1); + upperLayout->addWidget(bannerCardLabel, 4, 0); + upperLayout->addWidget(bannerCardComboBox, 4, 1); upperLayout->addWidget(activeGroupCriteriaLabel, 5, 0); upperLayout->addWidget(activeGroupCriteriaComboBox, 5, 1);