mirror of
https://github.com/bcicen/ctop.git
synced 2025-12-06 15:16:41 +08:00
add padding to column menu
This commit is contained in:
@@ -30,7 +30,6 @@ func (cg *CompactGrid) Align() {
|
||||
|
||||
// update row ypos, width recursively
|
||||
colWidths := cg.calcWidths()
|
||||
cg.header.SetWidths(cg.Width, colWidths)
|
||||
for _, r := range cg.pageRows() {
|
||||
r.SetY(y)
|
||||
y += r.GetHeight()
|
||||
|
||||
Reference in New Issue
Block a user