Closed rahairston closed 1 month ago
The container.NewHBox is not centered - it is a horizontal pack to the leading edge. Use container.NewCenter to get the central positioning for the child items.
The layout list is at https://docs.fyne.io/explore/layouts
Closed as there is no issue here
Checklist
Describe the bug
When creating a window, then resizing the window any Horizontal layout with a centered selectable item will not have the selection area centered.
In short, the "select" area for a check box is at the top of the Box even when the actual select circle is in the center vertically
How to reproduce
Screenshots
No response
Example code
Fyne version
v2.5.1
Go compiler version
go1.23.1
Operating system and version
Windows 10 Version 10.0.19045 Build 19045
Additional Information
No response