1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-21 23:35:17 +03:00

Cosmetics

This commit is contained in:
Bertrand Songis 2019-07-19 09:32:29 +02:00
parent 6da1773dcc
commit 4c8c979e12
No known key found for this signature in database
GPG key ID: F189F79290FEC50F

View file

@ -32,7 +32,7 @@
#define MENU_BODY_TOP (FH + 1)
#define MENU_BODY_BOTTOM (LCD_H)
constexpr uint8_t COLUMN2_X = 11 * FW;
constexpr uint8_t COLUMN2_X = 10 * FW;
#if defined(PXX2)
void drawPXX2Version(coord_t x, coord_t y, PXX2Version version)