mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-08 17:13:57 -07:00
[VDE] Change sort quick settings button icon from gear to sort arrow
Took 12 minutes
This commit is contained in:
parent
52547bbfe8
commit
4d129926a7
2 changed files with 2 additions and 0 deletions
|
|
@ -38,6 +38,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/share.svg</file>
|
<file>resources/icons/share.svg</file>
|
||||||
|
<file>resources/icons/sort_arrow_down.svg</file>
|
||||||
<file>resources/icons/spectator.svg</file>
|
<file>resources/icons/spectator.svg</file>
|
||||||
<file>resources/icons/swap.svg</file>
|
<file>resources/icons/swap.svg</file>
|
||||||
<file>resources/icons/sync.svg</file>
|
<file>resources/icons/sync.svg</file>
|
||||||
|
|
|
||||||
|
|
@ -45,6 +45,7 @@ VisualDeckDisplayOptionsWidget::VisualDeckDisplayOptionsWidget(QWidget *parent)
|
||||||
sortByLabel = new QLabel(this);
|
sortByLabel = new QLabel(this);
|
||||||
|
|
||||||
sortCriteriaButton = new SettingsButtonWidget(this);
|
sortCriteriaButton = new SettingsButtonWidget(this);
|
||||||
|
sortCriteriaButton->setButtonIcon(QPixmap("theme:icons/sort_arrow_down"));
|
||||||
|
|
||||||
sortLabel = new QLabel(sortCriteriaButton);
|
sortLabel = new QLabel(sortCriteriaButton);
|
||||||
sortLabel->setWordWrap(true);
|
sortLabel->setWordWrap(true);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue