svn: r7874
This commit is contained in:
parent
dbe5e405a8
commit
9e481caed1
@ -120,8 +120,9 @@ class DateEdit:
|
|||||||
self.button_obj = button_obj
|
self.button_obj = button_obj
|
||||||
|
|
||||||
image = gtk.Image()
|
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_image(image)
|
||||||
|
self.button_obj.set_relief(gtk.RELIEF_NORMAL)
|
||||||
self.pixmap_obj = button_obj.get_child()
|
self.pixmap_obj = button_obj.get_child()
|
||||||
|
|
||||||
self.text_obj.connect('validate',self.validate)
|
self.text_obj.connect('validate',self.validate)
|
||||||
|
Loading…
Reference in New Issue
Block a user