File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -54,10 +54,10 @@ class ProgressBarBase(displayio.TileGrid):
54
54
be a hexadecimal value for color (0xEE7755).
55
55
Default: 0x000000 (Black)
56
56
:type fill_color: int
57
- :param margin_size: Specify whether a margin between the border of the widget and the bar
58
- representing the value should be visible or not.
59
- Default: True
60
- :type margin_size: bool
57
+ :param margin_size: The thickness (in pixels) of the margin between the border and
58
+ the bar. If it is 1 or larger, will be filled in by the color of the
59
+ "fill_color" parameter.
60
+ :type margin_size: int
61
61
:param value_range: Specify the range of allowed values for which the progress
62
62
should be displayed. When setting the "value" property,
63
63
this range is the one against which its progression will be determined.
You can’t perform that action at this time.
0 commit comments