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
+6 -2
View File
@@ -35,13 +35,17 @@ namespace {
"FontName",
"Font Name",
"This value is the name of the font that is used. It can either refer to an "
"internal name registered previously, or it can refer to a path that is used"
"internal name registered previously, or it can refer to a path that is used",
// @VISIBILITY(2.33)
openspace::properties::Property::Visibility::User
};
constexpr openspace::properties::Property::PropertyInfo FontSizeInfo = {
"FontSize",
"Font Size",
"This value determines the size of the font that is used to render the distance"
"This value determines the size of the font that is used to render the distance",
// @VISIBILITY(2.33)
openspace::properties::Property::Visibility::User
};
struct [[codegen::Dictionary(DashboardTextItem)]] Parameters {