8103: sidebarfilter gramplet does not fit well into People, Events, Citations or Media views (non-english locales)
This commit is contained in:
parent
246694b0f7
commit
9eb8700cfd
@ -54,7 +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.entry.set_width_chars(13)
|
||||
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