diff options
| author | ailurux <ailuruxx@gmail.com> | 2024-03-07 17:52:39 +1100 |
|---|---|---|
| committer | ailurux <ailuruxx@gmail.com> | 2024-03-07 17:52:39 +1100 |
| commit | 20c2816a7b2497c2ab0d07a65fb640050a929371 (patch) | |
| tree | 29a3bd157ce1596a498fbffb4e46e60a335a9716 /src/ui/ui_fsm.cpp | |
| parent | dc74bc1de9dd56c4146232622140b56e90dcc43d (diff) | |
| download | tangara-fw-20c2816a7b2497c2ab0d07a65fb640050a929371.tar.gz | |
Remove the White Square
Diffstat (limited to 'src/ui/ui_fsm.cpp')
| -rw-r--r-- | src/ui/ui_fsm.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/ui_fsm.cpp b/src/ui/ui_fsm.cpp index d98e435d..25ae9817 100644 --- a/src/ui/ui_fsm.cpp +++ b/src/ui/ui_fsm.cpp @@ -457,6 +457,7 @@ void Lua::entry() { sAlertTimer = xTimerCreate("ui_alerts", pdMS_TO_TICKS(1000), false, NULL, alert_timer_callback); sAlertContainer = lv_obj_create(sCurrentScreen->alert()); + lv_obj_set_style_bg_opa(sAlertContainer, LV_OPA_TRANSP, 0); auto& registry = lua::Registry::instance(*sServices); sLua = registry.uiThread(); |
