From d66c9b3ee6512f57a7759820dd180c2f56139e2e Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 2 Aug 2016 01:25:06 -0700 Subject: [PATCH] set the default position on craft name so that the preview is readable in the configurator --- src/main/io/osd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/io/osd.c b/src/main/io/osd.c index c3a00bd68d..abd862dd13 100644 --- a/src/main/io/osd.c +++ b/src/main/io/osd.c @@ -848,7 +848,7 @@ void resetOsdConfig(void) masterConfig.osdProfile.item_pos[OSD_HORIZON_SIDEBARS] = -1; masterConfig.osdProfile.item_pos[OSD_CURRENT_DRAW] = -23; masterConfig.osdProfile.item_pos[OSD_MAH_DRAWN] = -18; - masterConfig.osdProfile.item_pos[OSD_CRAFT_NAME] = -77; + masterConfig.osdProfile.item_pos[OSD_CRAFT_NAME] = 1; } #endif