messed with sizing

This commit is contained in:
0xdcarns
2022-05-06 15:05:26 -04:00
parent ec2d825629
commit a36a20fa4c
6 changed files with 24 additions and 10 deletions

View File

@@ -27,7 +27,7 @@ func ColoredIconButton(text string, icon fyne.Resource, tapped func(), color col
bgColor := canvas.NewRectangle(color)
return container.New(
layout.NewMaxLayout(),
bgColor,
btn,
bgColor,
)
}