Make our default label opaque (since it's normally just text)

fsp_feeds
Tyler Goodlet 2021-07-21 20:03:11 -04:00
parent 565380368a
commit 444421bddf
1 changed files with 2 additions and 2 deletions

View File

@ -56,10 +56,10 @@ class Label:
view: pg.ViewBox, view: pg.ViewBox,
fmt_str: str, fmt_str: str,
color: str = 'bracket', color: str = 'default_light',
x_offset: float = 0, x_offset: float = 0,
font_size: str = 'small', font_size: str = 'small',
opacity: float = 0.666, opacity: float = 1,
fields: dict = {}, fields: dict = {},
update_on_range_change: bool = True, update_on_range_change: bool = True,