mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-21 21:55:38 +00:00
Changed the order of two theme properties to improve consistency.
This commit is contained in:
parent
5a163d6887
commit
4e84707e3a
|
@ -233,11 +233,11 @@ std::map<std::string, std::map<std::string, ThemeData::ElementPropertyType>>
|
|||
{"rotationOrigin", NORMALIZED_PAIR},
|
||||
{"fontPath", PATH},
|
||||
{"fontSize", FLOAT},
|
||||
{"color", COLOR},
|
||||
{"backgroundColor", COLOR},
|
||||
{"horizontalAlignment", STRING},
|
||||
{"verticalAlignment", STRING},
|
||||
{"alignment", STRING}, // For backward compatibility with legacy themes.
|
||||
{"color", COLOR},
|
||||
{"backgroundColor", COLOR},
|
||||
{"opacity", FLOAT},
|
||||
{"visible", BOOLEAN},
|
||||
{"zIndex", FLOAT}}},
|
||||
|
|
Loading…
Reference in a new issue