mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-09 17:44:01 -07:00
Layout part 2: Electric boogaloo
Took 59 seconds
This commit is contained in:
parent
3b04496995
commit
1f8afd6d72
1 changed files with 3 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue