commit e3934bc1fdf172fc72f39ad577bb398b76a2355c
parent 1d9962076f2c6f755278b5d24a9f219f7f4bad2b
Author: Manuel Geissbühler <manuel@debian>
Date: Sat, 28 Dec 2024 11:40:40 +0100
testing
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/gui/screenWelcomme.hpp b/src/gui/screenWelcomme.hpp
@@ -29,6 +29,7 @@ private:
//Add button "Start"
startButton = lv_button_create(buttonsContainer);
+ lv_obj_add_style(startButton, &buttonDefaultStyle, 0);
lv_obj_t *label = lv_label_create(startButton);
lv_label_set_text(label, "Start");
lv_obj_add_event_cb(startButton, startCallback, LV_EVENT_CLICKED, NULL);