|
@@ -47,7 +47,7 @@ class CardGridGenerator(Extension):
|
|
|
layout.addLayout(row1)
|
|
layout.addLayout(row1)
|
|
|
|
|
|
|
|
# Bleed dimension row. Also, guides or cropmarks selection.
|
|
# Bleed dimension row. Also, guides or cropmarks selection.
|
|
|
- self.bleedInput = QLineEdit('24')
|
|
|
|
|
|
|
+ self.bleedInput = QLineEdit('36')
|
|
|
self.guidesCheck = QCheckBox('Guides')
|
|
self.guidesCheck = QCheckBox('Guides')
|
|
|
self.guidesCheck.setChecked(True)
|
|
self.guidesCheck.setChecked(True)
|
|
|
self.cropmarksCheck = QCheckBox('Cropmarks')
|
|
self.cropmarksCheck = QCheckBox('Cropmarks')
|