gnome-chess.ui: Fix image in first_move_button

This button's image was set to menu size, not button size, which
caused it to be smaller than the ones in the other navigation buttons.

https://bugzilla.gnome.org/show_bug.cgi?id=712160
This commit is contained in:
Volker Sobek 2013-11-12 16:12:13 +01:00 committed by Michael Catanzaro
parent 4623823731
commit 73d361535c

View file

@ -225,7 +225,6 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="stock">gtk-goto-first</property>
<property name="icon-size">1</property>
</object>
</child>
</object>