mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-04 02:29:49 -06:00
Adapt the visibility settings for all properties
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user