mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 16:24:45 -07:00
Reorganized images in subfolders
As per @daenyth’s comment: https://github.com/Cockatrice/Cockatrice/pull/792#issuecomment-76593730
This commit is contained in:
parent
092b0eaed6
commit
f17dec29f6
65 changed files with 120 additions and 403 deletions
|
|
@ -60,10 +60,10 @@ GameSelector::GameSelector(AbstractClient *_client, const TabSupervisor *_tabSup
|
|||
gameListView->header()->setSectionResizeMode(0, QHeaderView::ResizeToContents);
|
||||
#endif
|
||||
filterButton = new QPushButton;
|
||||
filterButton->setIcon(QIcon("theme:icon_search_black.svg"));
|
||||
filterButton->setIcon(QIcon("theme:icons/search.svg"));
|
||||
connect(filterButton, SIGNAL(clicked()), this, SLOT(actSetFilter()));
|
||||
clearFilterButton = new QPushButton;
|
||||
clearFilterButton->setIcon(QIcon("theme:icon_clearsearch.svg"));
|
||||
clearFilterButton->setIcon(QIcon("theme:icons/clearsearch.svg"));
|
||||
clearFilterButton->setEnabled(true);
|
||||
connect(clearFilterButton, SIGNAL(clicked()), this, SLOT(actClearFilter()));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue