mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
misc: export images at 400% scale instead of 100%
This commit is contained in:
@@ -32,7 +32,7 @@ public:
|
||||
Rotation getRotation() const override;
|
||||
private:
|
||||
bool use_zoom_settings;
|
||||
double zoom = 1.0;
|
||||
double zoom = 4.0;
|
||||
double angle = 0.0;
|
||||
};
|
||||
Rotation UnzoomedDataViewer::getRotation() const {
|
||||
|
||||
Reference in New Issue
Block a user