mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 13:17:00 -04:00
rewrite print layout logic
allow for different size cards
This commit is contained in:
@@ -112,13 +112,6 @@ public:
|
||||
DECLARE_REFLECTION();
|
||||
};
|
||||
|
||||
// ----------------------------------------------------------------------------- : Printing settings
|
||||
|
||||
enum PageLayoutType
|
||||
{ LAYOUT_NO_SPACE
|
||||
, LAYOUT_EQUAL_SPACE
|
||||
//, LAYOUT_CUSTOM
|
||||
};
|
||||
|
||||
// ----------------------------------------------------------------------------- : Settings
|
||||
|
||||
@@ -188,7 +181,7 @@ public:
|
||||
|
||||
// --------------------------------------------------- : Printing
|
||||
|
||||
PageLayoutType print_layout;
|
||||
double print_spacing;
|
||||
|
||||
// --------------------------------------------------- : Special game stuff
|
||||
String apprentice_location;
|
||||
|
||||
Reference in New Issue
Block a user