aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/utils/stock_icon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/utils/stock_icon.cpp')
-rw-r--r--ui/qt/utils/stock_icon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/utils/stock_icon.cpp b/ui/qt/utils/stock_icon.cpp
index 3ba3d04c83..b54b36dac8 100644
--- a/ui/qt/utils/stock_icon.cpp
+++ b/ui/qt/utils/stock_icon.cpp
@@ -75,7 +75,7 @@ StockIcon::StockIcon(const QString icon_name) :
}
// Is this one of our locally sourced, cage-free, organic icons?
- QStringList types = QStringList() << "14x14" << "16x16" << "24x14" << "24x24";
+ QStringList types = QStringList() << "8x8" << "14x14" << "16x16" << "24x14" << "24x24";
QList<QPalette::ColorGroup> color_groups = QList<QPalette::ColorGroup>()
<< QPalette::Disabled
<< QPalette::Active