Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
raghav2005 committed Jul 30, 2024
1 parent 90319ce commit adf6c30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ func switchGridLayout() {
newGrid.Set(
ui.NewRow(1.0/2, // This row now takes half the height of the grid
ui.NewCol(1.0/2, ui.NewRow(1.0, cpu1Gauge)), // ui.NewCol(1.0, ui.NewRow(1.0, cpu2Gauge))),

ui.NewCol(1.0/2, ui.NewRow(1.0, cpu2Gauge)), // ProcessInfo spans this entire column
),
ui.NewRow(1.0/4,
Expand Down

0 comments on commit adf6c30

Please sign in to comment.