* src/PaperMenu.py: Add A3 size to the default size list.
svn: r1972
This commit is contained in:
parent
b431d1271b
commit
5281153160
@ -1,3 +1,6 @@
|
|||||||
|
2003-08-08 Alex Roitman <shura@alex.neuro.umn.edu>
|
||||||
|
* src/PaperMenu.py: Add A3 size to the default size list.
|
||||||
|
|
||||||
2003-08-07 Don Allingham <dallingham@users.sourceforge.net>
|
2003-08-07 Don Allingham <dallingham@users.sourceforge.net>
|
||||||
* src/FamilyView.py: set menu title
|
* src/FamilyView.py: set menu title
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# Gramps - a GTK+/GNOME based genealogy program
|
# Gramps - a GTK+/GNOME based genealogy program
|
||||||
#
|
#
|
||||||
# Copyright (C) 2000 Donald N. Allingham
|
# Copyright (C) 2000-2003 Donald N. Allingham
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
@ -129,6 +129,7 @@ except (IOError,OSError,SAXParseException):
|
|||||||
paper_sizes = [
|
paper_sizes = [
|
||||||
TextDoc.PaperStyle("Letter",27.94,21.59),
|
TextDoc.PaperStyle("Letter",27.94,21.59),
|
||||||
TextDoc.PaperStyle("Legal",35.56,21.59),
|
TextDoc.PaperStyle("Legal",35.56,21.59),
|
||||||
|
TextDoc.PaperStyle("A3",42.0,29.7),
|
||||||
TextDoc.PaperStyle("A4",29.7,21.0),
|
TextDoc.PaperStyle("A4",29.7,21.0),
|
||||||
TextDoc.PaperStyle("A5",21.0,14.8),
|
TextDoc.PaperStyle("A5",21.0,14.8),
|
||||||
TextDoc.PaperStyle("B4",35.3,25.0),
|
TextDoc.PaperStyle("B4",35.3,25.0),
|
||||||
|
Loading…
Reference in New Issue
Block a user