Merge remote branch 'master'

This commit is contained in:
gizak 2015-12-06 12:54:32 -05:00
commit 47e145b445

View File

@ -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