mirror of
https://github.com/opentx/opentx.git
synced 2025-07-15 20:35:17 +03:00
Make Horus widgets 'shadow' effect an option (#5203)
* Add shadows to c++ widgets * Add BOOL zone option to Horus LUA * LUA widgets too
This commit is contained in:
parent
093034f9e7
commit
da71f4cbbc
5 changed files with 47 additions and 27 deletions
|
@ -1240,6 +1240,7 @@ const luaR_value_entry opentxConstants[] = {
|
|||
#if defined(COLORLCD)
|
||||
{ "SHADOWED", SHADOWED },
|
||||
{ "COLOR", ZoneOption::Color },
|
||||
{ "BOOL", ZoneOption::Bool },
|
||||
{ "CUSTOM_COLOR", CUSTOM_COLOR },
|
||||
{ "TEXT_COLOR", TEXT_COLOR },
|
||||
{ "TEXT_BGCOLOR", TEXT_BGCOLOR },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue