core
core copied to clipboard
Chooser not aligned with TextField
Describe the bug
When a time.Duration field is in a struct that's used in a table, the Chooser is taller than the TextField in the Spinner (for the value) which doesn't look great (maybe this should be an enhancement since it's only visually 'broken').
How to reproduce
Run the code below.
Example code
type SomeStruct struct {
Took time.Duration
}
core.NewTable(b).SetSlice(&[]SomeStruct{{time.Duration(time.Minute)}, {time.Duration(time.Hour})
Relevant output
No response
Platform
macOS
Thank you for reporting this. I will look into this and see what I can do.