-
-
Notifications
You must be signed in to change notification settings - Fork 674
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
toga.Label() text_align problem on Android #1128
Comments
Without a complete reproduction case, it's impossible to verify this report. |
I have the same problem
|
Thanks for the reproduction case - I can confirm I'm seeing this problem; my guess is that the label is being centered - but the box in which it is centred is the same width as the label, so centering has no effect. However, that's a bug, as the main box should be allocated the full width of the screen. |
This has been addressed as part of #1799. |
Pack(text_align='center') and Pack(text_align=CENTER) doesn't function as expected on Android.
Original report
Pack(text_align='center') ou Pack(text_align=CENTER) não funciona no android, estou usando Debian 10, ao executar briefcase dev funciona normalmente o alinhamento, apenas no android não funciona.
The text was updated successfully, but these errors were encountered: