init column config menu

This commit is contained in:
Bradley Cicenas
2020-01-02 23:02:53 +00:00
parent ffb96f4e90
commit 7c6b5c54dc
9 changed files with 117 additions and 15 deletions

View File

@@ -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 {