default back offset to 0; make A4 vertical actually vertical
This commit is contained in:
parent
2a12243fc7
commit
5685d645b8
@ -1,3 +1,3 @@
|
|||||||
#main package
|
#main package
|
||||||
|
|
||||||
__version__ = '1.6'
|
__version__ = '1.6.1'
|
||||||
|
|||||||
@ -19,7 +19,7 @@ argsets = [
|
|||||||
('',''),
|
('',''),
|
||||||
('--orientation=vertical','vertical_'),
|
('--orientation=vertical','vertical_'),
|
||||||
('--papersize=A4','A4_'),
|
('--papersize=A4','A4_'),
|
||||||
('--papersize=A4','vertical_A4_'),
|
('--papersize=A4 --orientation=vertical','vertical_A4_'),
|
||||||
('--size=sleeved','sleeved_'),
|
('--size=sleeved','sleeved_'),
|
||||||
('--size=sleeved --orientation=vertical','vertical_sleeved_')
|
('--size=sleeved --orientation=vertical','vertical_sleeved_')
|
||||||
]
|
]
|
||||||
|
|||||||
@ -279,7 +279,7 @@ class DominionTabs:
|
|||||||
|
|
||||||
def main(self,argstring):
|
def main(self,argstring):
|
||||||
parser = OptionParser()
|
parser = OptionParser()
|
||||||
parser.add_option("--back_offset",type="int",dest="back_offset",default=5,
|
parser.add_option("--back_offset",type="int",dest="back_offset",default=0,
|
||||||
help="Points to offset the back page to the right; needed for some printers")
|
help="Points to offset the back page to the right; needed for some printers")
|
||||||
parser.add_option("--orientation",type="string",dest="orientation",default="horizontal",
|
parser.add_option("--orientation",type="string",dest="orientation",default="horizontal",
|
||||||
help="horizontal or vertical, default:horizontal")
|
help="horizontal or vertical, default:horizontal")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user