Fix typo in code example in README
This commit is contained in:
parent
a302a528a8
commit
1c9b2fa77b
@ -48,7 +48,7 @@ Each widget has an underlying block structure which basically is a box model. It
|
|||||||
g.Width = 50
|
g.Width = 50
|
||||||
g.Height = 3
|
g.Height = 3
|
||||||
g.Y = 11
|
g.Y = 11
|
||||||
g.Border.Label = "Gauge"
|
g.BorderLabel = "Gauge"
|
||||||
g.BarColor = ui.ColorRed
|
g.BarColor = ui.ColorRed
|
||||||
g.BorderFg = ui.ColorWhite
|
g.BorderFg = ui.ColorWhite
|
||||||
g.BorderLabelFg = ui.ColorCyan
|
g.BorderLabelFg = ui.ColorCyan
|
||||||
|
Loading…
Reference in New Issue
Block a user