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