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