resize indicator in gridview to override automatic alignment

This commit is contained in:
Bradley Cicenas
2017-02-18 00:43:45 +00:00
parent 2fdf68e876
commit 24b92384ac
2 changed files with 28 additions and 2 deletions

View File

@@ -47,7 +47,6 @@ func (w *Compact) Render() {
}
func (w *Compact) Row() *ui.Row {
centerParText(w.Status)
return ui.NewRow(
ui.NewCol(1, 0, w.Status),
ui.NewCol(2, 0, w.Name),