From 7d66572b0ff6c71687160e9ad684f9679f10a273 Mon Sep 17 00:00:00 2001 From: Robin Howard Date: Sat, 10 Feb 2024 16:56:55 +1100 Subject: Adds base dropdown-list styles. Fixes dropdown contents being painted directly on top of anything sitting below them. --- src/ui/include/themes.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ui/include/themes.hpp') diff --git a/src/ui/include/themes.hpp b/src/ui/include/themes.hpp index 576ea42e..11680c0d 100644 --- a/src/ui/include/themes.hpp +++ b/src/ui/include/themes.hpp @@ -32,6 +32,7 @@ class Theme { lv_style_t button_style_; lv_style_t bar_style_; lv_style_t dropdown_style_; + lv_style_t dropdown_list_style_; lv_style_t slider_indicator_style_; lv_style_t slider_knob_style_; -- cgit v1.2.3