From 178e7ce9a533ba9e5e152c9f7bc08f5ba8f25f0b Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Sun, 16 Jun 2019 11:07:13 -0700 Subject: Qt: Filter expression toolbar dark mode updates. Move plus-8.png to stock_icons/8x8 and rename it list-add.template.png which conforms to the Freedesktop icon naming specifications and makes it a template icon. Update our style sheet when we recive a QEvent::PaletteChange. Ping-Bug: 15511 Change-Id: I4b8ddcb4eb64f11faec21d5df4a3fd7fdc5cf488 Reviewed-on: https://code.wireshark.org/review/33626 Reviewed-by: Gerald Combs Petri-Dish: Gerald Combs Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman --- ui/qt/utils/stock_icon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/qt/utils/stock_icon.cpp') 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 color_groups = QList() << QPalette::Disabled << QPalette::Active -- cgit v1.2.3