-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
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
Feature Request: widget.NewSelect with TextAlignment for options #2329
Comments
I guess this could be added. We agreed that |
Thx for details. I can totally see a load of problems / edge cases with text input ( |
Need to pass it all the way down to menu item. Do so internally for now, as we don't need to expose alignment of menu items publicly. Fixes fyne-io#2329
There is a proposed implementation in the PR linked above @michael-nischt |
awesome @andydotxyz ! looks great to me but ofc I lack a lot of detail knowledge. |
This is now landed on |
Is your feature request related to a problem? Please describe:
There's no way to set the text alignment for options for a
widget.Select
similar to a label. It seems to me centering the options would be a common use case.Is it possible to construct a solution with the existing API?
I'm not sure. I might be but if only with considerable effort? (for something which should trivial)
Describe the solution you'd like to see:
widget.Select with a
Alignment fyne.TextAlign
field similar to widget.Label.(feature request as recommended on twitter)
The text was updated successfully, but these errors were encountered: