commit a859fc5b00b83ea236de68a90c93accd6c09c7aa
parent 177fec4f31d32524db36f3236b1c5875330af35b
Author: Manuel Geissbühler <manuel@debian>
Date: Sat, 28 Dec 2024 09:48:48 +0100
testing
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/gui/screen.hpp b/src/gui/screen.hpp
@@ -83,7 +83,7 @@ class Screen {
lv_obj_set_style_bg_color(mainContentContainer, color, 0);
//set style & flow of buttons
- lv_style_t buttonsContainerStyle;
+ static lv_style_t buttonsContainerStyle;
lv_style_init(&buttonsContainerStyle);
lv_style_set_flex_flow(&buttonsContainerStyle, LV_FLEX_FLOW_COLUMN_REVERSE);
lv_style_set_flex_main_place(&buttonsContainerStyle, LV_FLEX_ALIGN_END);