Merge pull request #57 from nmcclain/47_label_position

this commit fixes #47
This commit is contained in:
Zack Guo 2015-10-10 11:04:51 -04:00
commit 83e27ff60c
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ func (g *Gauge) Buffer() []Point {
case AlignRight:
pos = g.innerWidth - strWidth(s)
}
pos += g.innerX
for i, v := range rs {
p := Point{}