Mercurial > public > ostc4
comparison Discovery/Src/tMenu.c @ 521:e221cf762f45
Move Bigfont and motion Ctrl selection menu out of custom view submenu:
Due to lag of space the two options were placed within the custom view sub menu. After introduction of new visualization tab the option may be accessed directly
author | Ideenmodellierer |
---|---|
date | Thu, 10 Sep 2020 20:47:48 +0200 |
parents | 5e3b830b955f |
children | 15f6f0b5786c |
comparison
equal
deleted
inserted
replaced
520:970d8040c0e3 | 521:e221cf762f45 |
---|---|
49 #include "tMenuSystem.h" | 49 #include "tMenuSystem.h" |
50 #include "tMenuXtra.h" | 50 #include "tMenuXtra.h" |
51 #include "tMenuCustom.h" | 51 #include "tMenuCustom.h" |
52 | 52 |
53 /* Private types -------------------------------------------------------------*/ | 53 /* Private types -------------------------------------------------------------*/ |
54 #define MAXPAGES 10 | 54 #define MAXPAGES 11 |
55 #define CURSOR_HIGH 25 | 55 #define CURSOR_HIGH 25 |
56 #define TAB_HEADER_HIGH 25 | 56 #define TAB_HEADER_HIGH 25 |
57 #define TAB_BAR_HIGH 5 | 57 #define TAB_BAR_HIGH 5 |
58 #define MENU_WDW_HIGH 390 | 58 #define MENU_WDW_HIGH 390 |
59 #define KEY_LABEL_HIGH 25 /* Height of the label used for the the user keys */ | 59 #define KEY_LABEL_HIGH 25 /* Height of the label used for the the user keys */ |