increase name col width

This commit is contained in:
Bradley Cicenas
2016-12-28 03:01:44 +00:00
parent 574bcb19fe
commit d5b35fe01b
2 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ type Widgets struct {
func (w *Widgets) MakeRow() *ui.Row {
return ui.NewRow(
ui.NewCol(1, 0, w.name),
ui.NewCol(2, 0, w.name),
ui.NewCol(1, 0, w.cid),
ui.NewCol(2, 0, w.cpu),
ui.NewCol(2, 0, w.memory),