Hide Caption property where not applicable

This commit is contained in:
wandererfan
2019-06-01 10:20:25 -04:00
committed by WandererFan
parent ec12ffae0c
commit fd3d6d8091
4 changed files with 8 additions and 0 deletions

View File

@@ -80,6 +80,7 @@ DrawProjGroup::DrawProjGroup(void)
ADD_PROPERTY_TYPE(spacingX, (15), agroup, App::Prop_None, "Horizontal spacing between views");
ADD_PROPERTY_TYPE(spacingY, (15), agroup, App::Prop_None, "Vertical spacing between views");
Rotation.setStatus(App::Property::Hidden,true); //DPG does not rotate
Caption.setStatus(App::Property::Hidden,true);
}