From 30205aebeb468e11bb541365b6d1da6fe0159371 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Thu, 9 Apr 2020 08:41:03 +0200 Subject: [PATCH] minor theme update --- src/lv_themes/lv_theme_material.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lv_themes/lv_theme_material.c b/src/lv_themes/lv_theme_material.c index fd6b3dbc2..f1e078237 100644 --- a/src/lv_themes/lv_theme_material.c +++ b/src/lv_themes/lv_theme_material.c @@ -723,7 +723,7 @@ static void ddlist_init(void) #if LV_USE_DROPDOWN != 0 style_init_reset(&ddlist_page); - lv_style_set_text_line_space(&ddlist_page, LV_STATE_DEFAULT, LV_DPI / 5); + lv_style_set_text_line_space(&ddlist_page, LV_STATE_DEFAULT, LV_DPI / 10); style_init_reset(&ddlist_sel); lv_style_set_bg_opa(&ddlist_sel, LV_STATE_DEFAULT, LV_OPA_COVER);