fix wrong size svg export page

This commit is contained in:
WandererFan
2017-03-31 15:21:00 -04:00
committed by wmayer
parent b01a51dbf5
commit 1bde45172e
2 changed files with 2 additions and 5 deletions

View File

@@ -125,7 +125,7 @@ double Rez::getParameter()
{
Base::Reference<ParameterGrp> hGrp = App::GetApplication().GetUserParameter()
.GetGroup("BaseApp")->GetGroup("Preferences")->GetGroup("Mod/TechDraw/Rez");
double rezFactor = hGrp->GetFloat("Resolution", 1.0);
double rezFactor = hGrp->GetFloat("Resolution", 10.0);
return rezFactor;
}