fix: make temp_view/status_view backgrounds transparent to unblock mode toggle
This commit is contained in:
parent
245bb79203
commit
4111f11b04
1 changed files with 2 additions and 0 deletions
|
|
@ -102,6 +102,7 @@ lvgl:
|
||||||
border_width: 0
|
border_width: 0
|
||||||
outline_width: 0
|
outline_width: 0
|
||||||
scrollable: false
|
scrollable: false
|
||||||
|
bg_opa: transp
|
||||||
widgets:
|
widgets:
|
||||||
- arc:
|
- arc:
|
||||||
id: dial_bg_arc
|
id: dial_bg_arc
|
||||||
|
|
@ -275,6 +276,7 @@ lvgl:
|
||||||
border_width: 0
|
border_width: 0
|
||||||
outline_width: 0
|
outline_width: 0
|
||||||
scrollable: false
|
scrollable: false
|
||||||
|
bg_opa: transp
|
||||||
layout:
|
layout:
|
||||||
type: flex
|
type: flex
|
||||||
flex_flow: column
|
flex_flow: column
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue