misc: change default export_zoom to 100% (fixes #26)

This commit is contained in:
Brendan Hagan
2022-07-18 19:55:59 -04:00
parent f3ab873eb7
commit e0f5849a9c
+1 -1
View File
@@ -122,7 +122,7 @@ IMPLEMENT_REFLECTION_NO_SCRIPT(GameSettings) {
StyleSheetSettings::StyleSheetSettings()
: card_zoom (1.0, true)
, export_zoom (2.0, true)
, export_zoom (1.0, true)
, card_angle (0, true)
, card_anti_alias (true, true)
, card_borders (true, true)