You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let label1 =StaticText(notebook.page(0), label="This is global option")
label1.backgroundColor =-1let cbox =CheckBox(notebook.page(0), label="checkbox")
cbox.backgroundColor =-1
as you can see static text is transparent and checkbox is not
The text was updated successfully, but these errors were encountered:
as you can see static text is transparent and checkbox is not
The text was updated successfully, but these errors were encountered: