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