Skip to content
Snippets Groups Projects
Commit abfcb055 authored by Dicson's avatar Dicson
Browse files

change the size of a 'whiteboard' button

parent 915e1eb7
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment