Arch: bigger default section plane - fixes #2189

This commit is contained in:
Yorik van Havre 2015-09-04 12:49:03 -03:00
parent 989a5fa933
commit fa550f0957

View File

@ -149,9 +149,9 @@ class _ViewProviderSectionPlane:
vobj.addProperty("App::PropertyFloat","LineWidth","Base","")
vobj.addProperty("App::PropertyColor","LineColor","Base","")
vobj.addProperty("App::PropertyBool","CutView","Arch",translate("Arch","Show the cut in the 3D view"))
vobj.DisplayLength = 1
vobj.DisplayHeight = 1
vobj.ArrowSize = 1
vobj.DisplayLength = 1000
vobj.DisplayHeight = 1000
vobj.ArrowSize = 50
vobj.Transparency = 85
vobj.LineWidth = 1
vobj.LineColor = (0.0,0.0,0.4,1.0)