Replies: 1 comment
-
|
Thank you for your issue. Give us a little time to review it. PS. You might want to check the FAQ if you haven't done so already. This project is developed and maintained by Will McGugan. Consider sponsoring Will's work on this project (and others). This is an automated reply, generated by FAQtory |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If the label text of a Checkbox is too long, it will be cut off.
I would prefer the text to get wrapped in order to span multiple lines instead.
From looking at the code, it seems like this is currently not possible to achieve due to the code in
ToggleButton._make_label(), which only returns the first line of the text. Alsoget_content_height()always returns 1.Beta Was this translation helpful? Give feedback.
All reactions