svn: r7874

This commit is contained in:
Don Allingham 2007-01-06 23:15:58 +00:00
parent e21e267dd1
commit df572d7ebf

View File

@ -120,8 +120,9 @@ class DateEdit:
self.button_obj = button_obj
image = gtk.Image()
image.set_from_stock('gramps-date', gtk.ICON_SIZE_MENU)
image.set_from_stock('gramps-date', gtk.ICON_SIZE_BUTTON)
self.button_obj.set_image(image)
self.button_obj.set_relief(gtk.RELIEF_NORMAL)
self.pixmap_obj = button_obj.get_child()
self.text_obj.connect('validate',self.validate)