mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-04-10 19:15:13 +00:00
Reorganized the positions of the systemstatus and clock elements in ThemeData
This commit is contained in:
parent
11ee0ab262
commit
7b00d4d66d
|
|
@ -574,6 +574,22 @@ std::map<std::string, std::map<std::string, ThemeData::ElementPropertyType>>
|
|||
{"opacity", FLOAT},
|
||||
{"opacityDimmed", FLOAT},
|
||||
{"customButtonIcon", PATH}}},
|
||||
{"systemstatus",
|
||||
{{"pos", NORMALIZED_PAIR},
|
||||
{"size", NORMALIZED_PAIR},
|
||||
{"origin", NORMALIZED_PAIR},
|
||||
{"fontPath", PATH},
|
||||
{"textRelativeScale", FLOAT},
|
||||
{"color", COLOR},
|
||||
{"backgroundColor", COLOR},
|
||||
{"backgroundColorEnd", COLOR},
|
||||
{"backgroundGradientType", STRING},
|
||||
{"backgroundPadding", NORMALIZED_PAIR},
|
||||
{"backgroundCornerRadius", FLOAT},
|
||||
{"entries", STRING},
|
||||
{"entrySpacing", FLOAT},
|
||||
{"customIcon", PATH},
|
||||
{"opacity", FLOAT}}},
|
||||
{"clock",
|
||||
{{"pos", NORMALIZED_PAIR},
|
||||
{"size", NORMALIZED_PAIR},
|
||||
|
|
@ -591,22 +607,6 @@ std::map<std::string, std::map<std::string, ThemeData::ElementPropertyType>>
|
|||
{"lineSpacing", FLOAT},
|
||||
{"format", STRING},
|
||||
{"opacity", FLOAT}}},
|
||||
{"systemstatus",
|
||||
{{"pos", NORMALIZED_PAIR},
|
||||
{"size", NORMALIZED_PAIR},
|
||||
{"origin", NORMALIZED_PAIR},
|
||||
{"fontPath", PATH},
|
||||
{"textRelativeScale", FLOAT},
|
||||
{"color", COLOR},
|
||||
{"backgroundColor", COLOR},
|
||||
{"backgroundColorEnd", COLOR},
|
||||
{"backgroundGradientType", STRING},
|
||||
{"backgroundPadding", NORMALIZED_PAIR},
|
||||
{"backgroundCornerRadius", FLOAT},
|
||||
{"entries", STRING},
|
||||
{"entrySpacing", FLOAT},
|
||||
{"customIcon", PATH},
|
||||
{"opacity", FLOAT}}},
|
||||
{"sound",
|
||||
{{"path", PATH}}}};
|
||||
// clang-format on
|
||||
|
|
|
|||
Loading…
Reference in a new issue