diff --git a/plugins/whiteboard/plugin.py b/plugins/whiteboard/plugin.py index 0ba419cd1c0caa95b817e5b25cfab312719a9691..9132e9a88f9e04a64b2cf5d743847fdb31984a03 100644 --- a/plugins/whiteboard/plugin.py +++ b/plugins/whiteboard/plugin.py @@ -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,