From 1f8afd6d72b5d74f680c56ff08eb046d39296931 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Br=C3=BCbach?= Date: Fri, 12 Dec 2025 02:15:50 +0100 Subject: [PATCH] Layout part 2: Electric boogaloo Took 59 seconds --- .../widgets/deck_editor/deck_editor_deck_dock_widget.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 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 0afac6dcd..df1807a60 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,10 +211,10 @@ void DeckEditorDeckDockWidget::createDeckDock() upperLayout->addWidget(nameEdit, 0, 1); upperLayout->addWidget(quickSettingsWidget, 0, 2); - upperLayout->addWidget(deckTagsDisplayWidget, 1, 1); + upperLayout->addWidget(commentsLabel, 1, 0); + upperLayout->addWidget(commentsEdit, 1, 1); - upperLayout->addWidget(commentsLabel, 2, 0); - upperLayout->addWidget(commentsEdit, 2, 1); + upperLayout->addWidget(deckTagsDisplayWidget, 2, 1); upperLayout->addWidget(formatLabel, 3, 0); upperLayout->addWidget(formatComboBox, 3, 1);