We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Horizontal CheckGroup overlap when having long text.
Using fyne-demo, set one item to have longer length.
checkGroup := widget.NewCheckGroup([]string{"CheckGroup Item 1AAAAAAAAA", "CheckGroup Item 2"}, func(s []string) { fmt.Println("selected", s) }) checkGroup.Horizontal = true
The text was updated successfully, but these errors were encountered:
What is the desirable outcome here?
Sorry, something went wrong.
Leave a mark ,Me too
I suppose that this needs the same fix as #3386.
Fix horizontal MinSize calculation for CheckGroup
9bbbe2c
Fixes fyne-io#3005
efbb495
Fixes #3005
Fixed on develop and release branch ready for v2.3.5
Jacalz
No branches or pull requests
Describe the bug:
Horizontal CheckGroup overlap when having long text.
To Reproduce:
Using fyne-demo, set one item to have longer length.
Screenshots:
Example code:
Device (please complete the following information):
The text was updated successfully, but these errors were encountered: