diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2008-09-05 18:54:10 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2008-09-05 18:54:10 +0000 |
| commit | 841b2c6a9a89655fb49be64259425f56995e328a (patch) | |
| tree | 011eaddab146d0c2a7858975b9930166014097c2 /src/ui/widget/page-sizer.cpp | |
| parent | The page size table in Document Properties should use the available vertical ... (diff) | |
| download | inkscape-841b2c6a9a89655fb49be64259425f56995e328a.tar.gz inkscape-841b2c6a9a89655fb49be64259425f56995e328a.zip | |
Add page sizes for various business card formats as per request in LP #172225
(bzr r6762)
Diffstat (limited to 'src/ui/widget/page-sizer.cpp')
| -rw-r--r-- | src/ui/widget/page-sizer.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ui/widget/page-sizer.cpp b/src/ui/widget/page-sizer.cpp index 15a9dc3f6..98a92b5c7 100644 --- a/src/ui/widget/page-sizer.cpp +++ b/src/ui/widget/page-sizer.cpp @@ -169,6 +169,11 @@ static PaperSizeRec const inkscape_papers[] = { { "Icon 16x16", 16, 16, SP_UNIT_PX }, { "Icon 32x32", 32, 32, SP_UNIT_PX }, { "Icon 48x48", 48, 48, SP_UNIT_PX }, + /* business cards; TODO: select landscape by default */ + { "Business Card (ISO 7810 ID-1)", 53.98, 85.60, SP_UNIT_MM }, + { "Business Card (US)", 2, 3.5, SP_UNIT_IN }, + { "Business Card (Europe)", 55, 85, SP_UNIT_MM }, + { "Business Card (Australia/New Zealand)", 55, 90, SP_UNIT_MM }, { NULL, 0, 0, SP_UNIT_PX }, }; |
