fix(theme): make LV_THEME_DEFAULT_GROW 1 by default

This commit is contained in:
Gabor Kiss-Vamosi
2021-02-23 11:32:50 +01:00
parent 82e3c827cc
commit 8740046efc
2 changed files with 2 additions and 2 deletions

View File

@@ -1388,7 +1388,7 @@ e.g. "stm32f769xx.h" or "stm32f429xx.h" */
# ifdef CONFIG_LV_THEME_DEFAULT_GROW
# define LV_THEME_DEFAULT_GROW CONFIG_LV_THEME_DEFAULT_GROW
# else
# define LV_THEME_DEFAULT_GROW 0
# define LV_THEME_DEFAULT_GROW 1
# endif
#endif