summaryrefslogtreecommitdiff
path: root/gtk/ui
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2015-12-21 14:45:58 -0800
committerCosimo Cecchi <cosimoc@gnome.org>2015-12-22 09:29:43 -0800
commit5764c09272bc0ba2d80afd8aad3b780af3f7b4b2 (patch)
tree1534f42455ad34ef63c8a1987802b1722c08b682 /gtk/ui
parent9b7473b633833bb90603ed34464351d2ba3de385 (diff)
downloadgtk+-5764c09272bc0ba2d80afd8aad3b780af3f7b4b2.tar.gz
combobox: use GtkIcon to render button arrow
We can now use the newly introduced GtkIcon widget to properly render the arrow in the combobox with CSS.
Diffstat (limited to 'gtk/ui')
-rw-r--r--gtk/ui/gtkcombobox.ui4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/ui/gtkcombobox.ui b/gtk/ui/gtkcombobox.ui
index ad4d5bd2c3..b6f35151ea 100644
--- a/gtk/ui/gtkcombobox.ui
+++ b/gtk/ui/gtkcombobox.ui
@@ -10,9 +10,9 @@
<object class="GtkBox">
<property name="visible">1</property>
<child>
- <object class="GtkImage" id="arrow">
+ <object class="GtkIcon" id="arrow">
<property name="visible">1</property>
- <property name="icon-name">pan-down-symbolic</property>
+ <property name="css_name">arrow</property>
</object>
<packing>
<property name="pack_type">end</property>