changeset 9b90f2673172 in /home/hg/repos/gajim
details:http://hg.gajim.org/gajim?cmd=changeset;node=9b90f2673172
description: change the size of a 'whiteboard' button
diffstat:
plugins/whiteboard/plugin.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 4c31e8cf8db4 -r 9b90f2673172 plugins/whiteboard/plugin.py
--- a/plugins/whiteboard/plugin.py Thu Nov 10 15:50:32 2011 +0300
+++ b/plugins/whiteboard/plugin.py Thu Nov 10 15:57:45 2011 +0300
@@ -295,7 +295,7 @@
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,
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits