8103: sidebarfilter gramplet does not fit well into People, Events, Citations or Media views
This commit is contained in:
parent
9dc8e62951
commit
6b55af1e03
@ -56,6 +56,7 @@ class DateEntry(gtk.HBox):
|
||||
def __init__(self, uistate, track):
|
||||
gtk.HBox.__init__(self)
|
||||
self.entry = ValidatableMaskedEntry()
|
||||
self.entry.set_width_chars(13)
|
||||
self.pack_start(self.entry, True, True, 0)
|
||||
image = gtk.Image()
|
||||
image.set_from_stock('gramps-date-edit', gtk.ICON_SIZE_BUTTON)
|
||||
|
Loading…
Reference in New Issue
Block a user