Merge remote branch 'master'

This commit is contained in:
gizak 2015-12-06 12:54:32 -05:00
commit 47e145b445
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ Each widget has an underlying block structure which basically is a box model. It
g.Width = 50
g.Height = 3
g.Y = 11
g.Border.Label = "Gauge"
g.BorderLabel = "Gauge"
g.BarColor = ui.ColorRed
g.BorderFg = ui.ColorWhite
g.BorderLabelFg = ui.ColorCyan