Add new icon to cockatrice.qrc and force update.

This commit is contained in:
Lukas Brübach 2025-01-05 09:12:56 +01:00
parent e710f7619f
commit 74ce13f50b
2 changed files with 3 additions and 1 deletions

View file

@ -29,6 +29,7 @@
<file>resources/icons/search.svg</file>
<file>resources/icons/settings.svg</file>
<file>resources/icons/spectator.svg</file>
<file>resources/icons/swap.svg</file>
<file>resources/icons/sync.svg</file>
<file>resources/icons/tab_changed.svg</file>
<file>resources/icons/update.png</file>

View file

@ -145,7 +145,7 @@ void TabDeckEditor::createDeckDock()
lowerLayout->addWidget(tbDecrement, 0, 3);
lowerLayout->addWidget(tbRemoveCard, 0, 4);
lowerLayout->addWidget(tbSwapCard, 0, 5);
lowerLayout->addWidget(deckView, 1, 0, 1, 5);
lowerLayout->addWidget(deckView, 1, 0, 1, 6);
// Create widgets for both layouts to make splitter work correctly
auto *topWidget = new QWidget;
@ -1306,6 +1306,7 @@ void TabDeckEditor::actSwapCard()
setModified(true);
setSaveStatus(true);
update();
}
void TabDeckEditor::actAddCard()