change the size of a 'whiteboard' button

This commit is contained in:
Denis Fomin 2011-11-10 15:57:45 +03:00
parent a574abb1a4
commit 0d5f4c347c
1 changed files with 1 additions and 1 deletions

View File

@ -295,7 +295,7 @@ class Base(object):
iconset = gtk.IconSet(pixbuf=pixbuf)
factory.add('oval_tool', iconset)
factory.add_default()
img.set_from_stock('whiteboard', gtk.ICON_SIZE_BUTTON)
img.set_from_stock('whiteboard', gtk.ICON_SIZE_MENU)
self.button.set_image(img)
send_button = self.chat_control.xml.get_object('send_button')
send_button_pos = actions_hbox.child_get_property(send_button,