default color for progressbar

This commit is contained in:
Vladimir Markelov 2015-10-17 16:19:29 -07:00
parent 189788fcd6
commit 995608d803
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ func NewProgressBar(view View, parent Control, width, height int, scale int) *Pr
b.bg = ColorBlack
b.fg = ColorBlueBold
b.emptyBg = ColorBlack
b.emptyBg = ColorBlackBold
b.emptyFg = ColorBlue
if parent != nil {