mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-11 21:04:07 -07:00
Layout
Took 2 minutes
This commit is contained in:
parent
a0dd59cdad
commit
3b04496995
1 changed files with 5 additions and 5 deletions
|
|
@ -211,16 +211,16 @@ void DeckEditorDeckDockWidget::createDeckDock()
|
||||||
upperLayout->addWidget(nameEdit, 0, 1);
|
upperLayout->addWidget(nameEdit, 0, 1);
|
||||||
upperLayout->addWidget(quickSettingsWidget, 0, 2);
|
upperLayout->addWidget(quickSettingsWidget, 0, 2);
|
||||||
|
|
||||||
upperLayout->addWidget(formatLabel, 1, 0);
|
upperLayout->addWidget(deckTagsDisplayWidget, 1, 1);
|
||||||
upperLayout->addWidget(formatComboBox, 1, 1);
|
|
||||||
|
|
||||||
upperLayout->addWidget(commentsLabel, 2, 0);
|
upperLayout->addWidget(commentsLabel, 2, 0);
|
||||||
upperLayout->addWidget(commentsEdit, 2, 1);
|
upperLayout->addWidget(commentsEdit, 2, 1);
|
||||||
|
|
||||||
upperLayout->addWidget(bannerCardLabel, 3, 0);
|
upperLayout->addWidget(formatLabel, 3, 0);
|
||||||
upperLayout->addWidget(bannerCardComboBox, 3, 1);
|
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(activeGroupCriteriaLabel, 5, 0);
|
||||||
upperLayout->addWidget(activeGroupCriteriaComboBox, 5, 1);
|
upperLayout->addWidget(activeGroupCriteriaComboBox, 5, 1);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue