add padding to column menu

This commit is contained in:
Bradley Cicenas
2020-01-03 12:25:54 +00:00
parent 6fe6e7c316
commit f11a705b8b
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()