svn: r7874
This commit is contained in:
parent
e21e267dd1
commit
df572d7ebf
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user