use rounded rectangles where appropriate; switch deprecated Max to Stack layout

This commit is contained in:
Drew Weymouth
2023-11-02 22:02:44 -07:00
parent 618da02b29
commit 565295a88a
7 changed files with 19 additions and 11 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ func NewImagePlaceholder(centerIcon fyne.Resource, minSize float32) *ImagePlaceh
i.border = myTheme.NewThemedRectangle(theme.ColorNameBackground)
i.border.BorderColorName = theme.ColorNameForeground
i.border.BorderWidth = 3
i.content = container.NewMax(
i.content = container.NewStack(
i.border,
container.NewCenter(i.iconImage),
i.imageDisp,