diff --git a/lv_misc/lv_txt.c b/lv_misc/lv_txt.c index f1642db1d6..12df6bd50c 100644 --- a/lv_misc/lv_txt.c +++ b/lv_misc/lv_txt.c @@ -15,7 +15,7 @@ #define NO_BREAK_FOUND UINT32_MAX #define LV_TXT_LINE_BREAK_LONG_LEN 12 /* If a character is at least this long, will break wherever "prettiest" */ #define LV_TXT_LINE_BREAK_LONG_PRE_MIN_LEN 3 /* Minimum number of characters of a word to put on a line before a break */ -#define LV_TXT_LINE_BREAK_LONG_POST_MIN_LEN 4 /* Minimum number of characters of a word to put on a line after a break */ +#define LV_TXT_LINE_BREAK_LONG_POST_MIN_LEN 0 /* Minimum number of characters of a word to put on a line after a break */ /********************** * TYPEDEFS