Skip to content
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

Wrong size of TSkLabel with AutoSize and TAlignLayout.None #273

Closed
viniciusfbb opened this issue Oct 23, 2023 · 2 comments
Closed

Wrong size of TSkLabel with AutoSize and TAlignLayout.None #273

viniciusfbb opened this issue Oct 23, 2023 · 2 comments
Assignees
Milestone

Comments

@viniciusfbb
Copy link
Member

When we drop the TSkLabel on form, the default property is AutoSize=true and Align=None. In this case, the expected is:
image
but on v6.0.0-beta5 we got this:
image

That is, the size of the TSkLabel is absolutely wrong and even if we try to resize it, we can't because the AutoSize=true will not allow (as expected).

@viniciusfbb
Copy link
Member Author

Reported originally by Tiago on telegram group:
image

viniciusfbb added a commit that referenced this issue Oct 23, 2023
Co-Authored-By: Paulo César Botelho Barbosa <16469061+paulocesarbot@users.noreply.github.com>
viniciusfbb added a commit that referenced this issue Nov 8, 2023
@paulocesarbot paulocesarbot removed this from the vNext milestone Nov 12, 2023
paulocesarbot added a commit that referenced this issue Nov 13, 2023
Co-Authored-By: Vinícius Felipe Botelho Barbosa <viniciusfbb@users.noreply.github.com>
@paulocesarbot paulocesarbot added this to the vNext milestone Nov 13, 2023
viniciusfbb added a commit that referenced this issue Nov 17, 2023
Co-Authored-By: Paulo César Botelho Barbosa <16469061+paulocesarbot@users.noreply.github.com>

#273
@viniciusfbb
Copy link
Member Author

Fixed in new release v6.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: Done
Development

No branches or pull requests

2 participants