mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 01:35:21 +03:00
Issue 43
This commit is contained in:
parent
c0ccef70c8
commit
1c7f8c2457
1 changed files with 4 additions and 0 deletions
|
@ -1503,7 +1503,11 @@ enum MixFields {
|
||||||
MIX_FIELD_COUNT
|
MIX_FIELD_COUNT
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#if defined(TRANSLATIONS_FR)
|
||||||
|
#define MIXES_2ND_COLUMN (12*FW)
|
||||||
|
#else
|
||||||
#define MIXES_2ND_COLUMN (9*FW)
|
#define MIXES_2ND_COLUMN (9*FW)
|
||||||
|
#endif
|
||||||
void menuProcMixOne(uint8_t event)
|
void menuProcMixOne(uint8_t event)
|
||||||
{
|
{
|
||||||
TITLEP(s_currCh ? STR_INSERTMIX : STR_EDITMIX);
|
TITLEP(s_currCh ? STR_INSERTMIX : STR_EDITMIX);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue