1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-15 12:25:12 +03:00

[Horus] Navigation enhancements

This commit is contained in:
Bertrand Songis 2016-03-16 21:55:03 +01:00
parent 5a7c9311de
commit 14673dd7bb
5 changed files with 25 additions and 58 deletions

View file

@ -921,13 +921,13 @@ const luaR_value_entry opentxConstants[] = {
{ "HEADER_CURRENT_BGCOLOR", HEADER_CURRENT_BGCOLOR },
{ "OVERLAY_COLOR", OVERLAY_COLOR },
{ "MENU_HEADER_HEIGHT", MENU_HEADER_HEIGHT },
{ "WHITE", WHITE },
{ "GREY", GREY },
{ "DARKGREY", DARKGREY },
{ "BLACK", BLACK },
{ "YELLOW", YELLOW },
{ "BLUE", BLUE },
{ "LIGHTGREY", LIGHTGREY },
{ "WHITE", (double)WHITE },
{ "GREY", (double)GREY },
{ "DARKGREY", (double)DARKGREY },
{ "BLACK", (double)BLACK },
{ "YELLOW", (double)YELLOW },
{ "BLUE", (double)BLUE },
{ "LIGHTGREY", (double)LIGHTGREY },
#endif
#if defined(PCBTARANIS)
{ "EVT_PAGE_BREAK", EVT_KEY_BREAK(KEY_PAGE) },