8103: sidebarfilter gramplet does not fit well into People, Events, Citations or Media views (non-english locales)

This commit is contained in:
Jérôme Rapinat 2014-10-15 21:47:03 +02:00
parent 246694b0f7
commit 9eb8700cfd

View File

@ -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)