Set use-fallback property to True for GtkScaleButton icons.

https://bugzilla.gnome.org/show_bug.cgi?id=727662
This commit is contained in:
John Lindgren 2014-04-05 10:07:25 -04:00 committed by Matthias Clasen
parent ae7b154cf7
commit 5f79ae53a2

View File

@ -12,6 +12,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="icon_name">image-missing</property>
<property name="use-fallback">True</property>
</object>
</child>
</template>
@ -45,6 +46,7 @@
<property name="visible">True</property>
<property name="icon-name">list-add-symbolic</property>
<property name="icon-size">0</property>
<property name="use-fallback">True</property>
</object>
</child>
<signal name="button-press-event" handler="cb_button_press" swapped="no"/>
@ -91,6 +93,7 @@
<property name="visible">True</property>
<property name="icon-name">list-remove-symbolic</property>
<property name="icon-size">0</property>
<property name="use-fallback">True</property>
</object>
</child>
<signal name="button-press-event" handler="cb_button_press" swapped="no"/>