Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Becker2019-09-27 08:26:22 +0000
committerMatthias Becker2019-10-18 06:32:42 +0000
commit14f9358ec46a258ec23352a5ea101e60d47c213f (patch)
tree4e2f6e0b663050bdb6238b805f06e5d057f0e12a
parent2c6997bc187d994caabf2a37f2c3453be76e226c (diff)
downloadeclipse.platform.ui-14f9358ec46a258ec23352a5ea101e60d47c213f.tar.gz
eclipse.platform.ui-14f9358ec46a258ec23352a5ea101e60d47c213f.tar.xz
eclipse.platform.ui-14f9358ec46a258ec23352a5ea101e60d47c213f.zip
Bug 551325: Use a better icon for Find Actions in toolbar
Change-Id: I15611f1c17a403069f478a5ca63f0d27c728de2c Signed-off-by: Matthias Becker <ma.becker@sap.com>
-rw-r--r--bundles/org.eclipse.ui/icons/full/etool16/search.pngbin0 -> 469 bytes
-rw-r--r--bundles/org.eclipse.ui/icons/full/etool16/search@2x.pngbin0 -> 855 bytes
-rw-r--r--bundles/org.eclipse.ui/plugin.xml2
3 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.ui/icons/full/etool16/search.png b/bundles/org.eclipse.ui/icons/full/etool16/search.png
new file mode 100644
index 00000000000..f10070d2455
--- /dev/null
+++ b/bundles/org.eclipse.ui/icons/full/etool16/search.png
Binary files differ
diff --git a/bundles/org.eclipse.ui/icons/full/etool16/search@2x.png b/bundles/org.eclipse.ui/icons/full/etool16/search@2x.png
new file mode 100644
index 00000000000..78e10b23021
--- /dev/null
+++ b/bundles/org.eclipse.ui/icons/full/etool16/search@2x.png
Binary files differ
diff --git a/bundles/org.eclipse.ui/plugin.xml b/bundles/org.eclipse.ui/plugin.xml
index cd9a61b37f0..4661ad2c498 100644
--- a/bundles/org.eclipse.ui/plugin.xml
+++ b/bundles/org.eclipse.ui/plugin.xml
@@ -1523,7 +1523,7 @@
</image>
<image
commandId="org.eclipse.ui.window.quickAccess"
- icon="$nl$/icons/full/etool16/tricks.png">
+ icon="$nl$/icons/full/etool16/search.png">
</image>
</extension>

Back to the top