mirror of
https://github.com/bcicen/ctop.git
synced 2025-12-06 15:16:41 +08:00
init column config menu
This commit is contained in:
@@ -14,7 +14,10 @@ type CompactHeader struct {
|
||||
}
|
||||
|
||||
func NewCompactHeader() *CompactHeader {
|
||||
return &CompactHeader{Height: 2}
|
||||
return &CompactHeader{
|
||||
X: rowPadding,
|
||||
Height: 2,
|
||||
}
|
||||
}
|
||||
|
||||
func (row *CompactHeader) GetHeight() int {
|
||||
|
||||
Reference in New Issue
Block a user