Removed fixed font; it is now already applied
svn: r11780
This commit is contained in:
parent
e2f7c5f158
commit
6fccf8d75f
@ -437,9 +437,6 @@ class PedigreeGramplet(Gramplet):
|
||||
self.show_dates = int(self.gui.data[1])
|
||||
if len(self.gui.data) > 2:
|
||||
self.box_mode = self.gui.data[2] # ASCII or UTF
|
||||
# in case we need it:
|
||||
tag = self.gui.buffer.create_tag("fixed")
|
||||
tag.set_property("font", "Courier 9")
|
||||
|
||||
def on_save(self):
|
||||
self.gui.data = [self.max_generations, self.show_dates, self.box_mode]
|
||||
|
Loading…
Reference in New Issue
Block a user