mirror of
https://github.com/bcicen/ctop.git
synced 2025-12-06 23:26:45 +08:00
increase name col width
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user