Skip to content

Commit

Permalink
Align Language selection
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Aug 15, 2021
1 parent 1997f04 commit 3bf97a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/lcd/e3v2/creality/dwin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ void Item_Prepare_Lang(const uint8_t row) {
DWIN_Frame_AreaCopy(1, 0, 194, 121, 207, LBLX, MBASE(row)); // "Language selection"
#endif
}
DWIN_Draw_String(false, font8x16, Color_White, Color_Bg_Black, 226, MBASE(row), HMI_IsChinese() ? F("CN") : F("EN"));
DWIN_Draw_String(false, font8x16, Color_White, Color_Bg_Black, 226, MBASE(row) - 2 * DISABLED(USE_STRING_TITLES), HMI_IsChinese() ? F("CN") : F("EN"));
Draw_Menu_Icon(row, ICON_Language);
}

Expand Down

0 comments on commit 3bf97a1

Please sign in to comment.