image,juick. change buttons size

This commit is contained in:
Denis Fomin
2011-11-10 15:44:04 +03:00
parent d050b414f2
commit d280220071
4 changed files with 5 additions and 5 deletions

View File

@@ -62,7 +62,7 @@ class Base(object):
self.button.set_property('relief', gtk.RELIEF_NONE)
self.button.set_property('can-focus', False)
img = gtk.Image()
img.set_from_stock('gtk-orientation-portrait', gtk.ICON_SIZE_BUTTON)
img.set_from_stock('gtk-orientation-portrait', gtk.ICON_SIZE_MENU)
self.button.set_image(img)
self.button.set_tooltip_text('Send image')
send_button = chat_control.xml.get_object('send_button')