TechDraw LabelFont defaults

This commit is contained in:
triplus
2017-12-30 18:58:17 +01:00
committed by wmayer
parent 3c53da4e35
commit e8a76cd2e8
4 changed files with 4 additions and 4 deletions

View File

@@ -60,7 +60,7 @@ DrawViewSpreadsheet::DrawViewSpreadsheet(void)
Base::Reference<ParameterGrp> hGrp = App::GetApplication().GetUserParameter()
.GetGroup("BaseApp")->GetGroup("Preferences")->GetGroup("Mod/TechDraw/Labels");
std::string fontName = hGrp->GetASCII("LabelFont", "Sans");
std::string fontName = hGrp->GetASCII("LabelFont", "osifont");
ADD_PROPERTY_TYPE(Source ,(0),vgroup,App::Prop_None,"Spreadsheet to view");
ADD_PROPERTY_TYPE(CellStart ,("A1"),vgroup,App::Prop_None,"The top left cell of the range to display");