aboutsummaryrefslogtreecommitdiffstats
path: root/image/stock_icons.qrc
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2019-06-21 15:06:33 -0700
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2019-06-23 06:13:32 +0000
commita9ed94356d1b0cb149351e063014d3bdb94c0cd7 (patch)
treedb5b2504d3bb451c7759badbce994a3d71854f3f /image/stock_icons.qrc
parent70d61952dfbf2b1e96bbac824e3fb2538061f12d (diff)
Qt: Split the filter dropdown arrow icon into dark and light versions.
The capture and display filter widgets set their dropdown arrow icons using CSS, which means we can't use a template icon without a significant amount of hackery. This is the only instance where we set an icon using CSS, so split it into dark and light versions and use them as appropriate. Ping-Bug: 15511 Change-Id: I699ddc327d8eb109129e60bcb5036b14e6e34414 Reviewed-on: https://code.wireshark.org/review/33696 Reviewed-by: Gerald Combs <gerald@wireshark.org> Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'image/stock_icons.qrc')
-rw-r--r--image/stock_icons.qrc6
1 files changed, 4 insertions, 2 deletions
diff --git a/image/stock_icons.qrc b/image/stock_icons.qrc
index fa412c8841..0dd8748cac 100644
--- a/image/stock_icons.qrc
+++ b/image/stock_icons.qrc
@@ -45,8 +45,10 @@
<file>stock_icons/14x14/x-filter-clear.selected@2x.png</file>
<file>stock_icons/14x14/x-filter-deprecated.png</file>
<file>stock_icons/14x14/x-filter-deprecated@2x.png</file>
- <file>stock_icons/14x14/x-filter-dropdown.png</file>
- <file>stock_icons/14x14/x-filter-dropdown@2x.png</file>
+ <file>stock_icons/14x14/x-filter-dropdown.dark.png</file>
+ <file>stock_icons/14x14/x-filter-dropdown.dark@2x.png</file>
+ <file>stock_icons/14x14/x-filter-dropdown.light.png</file>
+ <file>stock_icons/14x14/x-filter-dropdown.light@2x.png</file>
<file>stock_icons/14x14/x-filter-invalid.png</file>
<file>stock_icons/14x14/x-filter-invalid@2x.png</file>
<file>stock_icons/14x14/x-filter-matching-bookmark.png</file>