Remove explicit opacity set on header

This commit is contained in:
ailurux
2024-09-12 21:28:50 +10:00
parent 9a47e43ab7
commit ca5e866a2f
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -42,7 +42,6 @@ return screen:new{
pad_left = 4,
pad_right = 4,
pad_bottom = 2,
bg_opa = lvgl.OPA(100),
scrollbar_mode = lvgl.SCROLLBAR_MODE.OFF
}
theme.set_subject(header, "header")
-1
View File
@@ -43,7 +43,6 @@ return screen:new {
pad_left = 4,
pad_right = 4,
pad_bottom = 2,
bg_opa = lvgl.OPA(100),
scrollbar_mode = lvgl.SCROLLBAR_MODE.OFF
}
theme.set_subject(header, "header")