summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-06-12 22:00:14 -0400
committerMatthias Clasen <mclasen@redhat.com>2014-06-13 06:10:23 -0400
commit404149b2bf5488eef2b97be84acab77cd85bdea8 (patch)
tree5dc3345e7e53bcd8d3873e96cc4571ec473a6a5b
parentc1270a19c354f5b22565349b8193f23dead84b1d (diff)
downloadgtk+-404149b2bf5488eef2b97be84acab77cd85bdea8.tar.gz
inspector: Use a better icon for the picker
Recommended by Allan Day.
-rw-r--r--gtk/inspector/window.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/inspector/window.ui b/gtk/inspector/window.ui
index a38dc9ea72..85d96528e1 100644
--- a/gtk/inspector/window.ui
+++ b/gtk/inspector/window.ui
@@ -2,7 +2,7 @@
<interface domain="gtk30">
<object class="GtkImage" id="inspect_image">
<property name="visible">True</property>
- <property name="icon-name">edit-find-symbolic</property>
+ <property name="icon-name">find-location-symbolic</property>
<property name="icon-size">4</property>
</object>
<object class="GtkMenu" id="widget_popup">