mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-19 00:42:14 -07:00
Add new icon to cockatrice.qrc and force update.
This commit is contained in:
parent
e710f7619f
commit
74ce13f50b
2 changed files with 3 additions and 1 deletions
|
|
@ -29,6 +29,7 @@
|
||||||
<file>resources/icons/search.svg</file>
|
<file>resources/icons/search.svg</file>
|
||||||
<file>resources/icons/settings.svg</file>
|
<file>resources/icons/settings.svg</file>
|
||||||
<file>resources/icons/spectator.svg</file>
|
<file>resources/icons/spectator.svg</file>
|
||||||
|
<file>resources/icons/swap.svg</file>
|
||||||
<file>resources/icons/sync.svg</file>
|
<file>resources/icons/sync.svg</file>
|
||||||
<file>resources/icons/tab_changed.svg</file>
|
<file>resources/icons/tab_changed.svg</file>
|
||||||
<file>resources/icons/update.png</file>
|
<file>resources/icons/update.png</file>
|
||||||
|
|
|
||||||
|
|
@ -145,7 +145,7 @@ void TabDeckEditor::createDeckDock()
|
||||||
lowerLayout->addWidget(tbDecrement, 0, 3);
|
lowerLayout->addWidget(tbDecrement, 0, 3);
|
||||||
lowerLayout->addWidget(tbRemoveCard, 0, 4);
|
lowerLayout->addWidget(tbRemoveCard, 0, 4);
|
||||||
lowerLayout->addWidget(tbSwapCard, 0, 5);
|
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
|
// Create widgets for both layouts to make splitter work correctly
|
||||||
auto *topWidget = new QWidget;
|
auto *topWidget = new QWidget;
|
||||||
|
|
@ -1306,6 +1306,7 @@ void TabDeckEditor::actSwapCard()
|
||||||
|
|
||||||
setModified(true);
|
setModified(true);
|
||||||
setSaveStatus(true);
|
setSaveStatus(true);
|
||||||
|
update();
|
||||||
}
|
}
|
||||||
|
|
||||||
void TabDeckEditor::actAddCard()
|
void TabDeckEditor::actAddCard()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue