add custom label formatting, scale for expandedMem

This commit is contained in:
Bradley Cicenas
2017-01-08 18:07:56 +00:00
parent 72066aba6e
commit e73732ae98
5 changed files with 36 additions and 37 deletions

View File

@@ -27,7 +27,7 @@ func NewInfo(id, name string) *ui.Table {
[]string{"id", id},
}
p.Height = 4
p.Width = 40
p.Width = 50
p.FgColor = ui.ColorWhite
p.Seperator = false
return p