Adapt the visibility settings for all properties

This commit is contained in:
Alexander Bock
2023-04-15 09:33:31 +02:00
committed by GitHub
parent 1ef6cb0c02
commit ca916877b2
152 changed files with 2098 additions and 894 deletions

View File

@@ -36,7 +36,9 @@ namespace {
constexpr openspace::properties::Property::PropertyInfo SizeInfo = {
"Size",
"Size",
"This value explicitly specifies the size of the screen space plane"
"This value explicitly specifies the size of the screen space plane",
// @VISIBILITY(3.75)
openspace::properties::Property::Visibility::AdvancedUser
};
} // namespace