add padding to column menu

This commit is contained in:
Bradley Cicenas
2020-01-03 12:25:54 +00:00
parent ca5d40b7cc
commit 5585a22962
2 changed files with 23 additions and 2 deletions

View File

@@ -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()