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
TreeViewItem
Describe the bug Using a Text widget with very long text in the content attribute of a TreeViewItem makes the text overflow.
To Reproduce Steps to reproduce the behavior:
Expected behavior The ThreeViewItem should let the user define a fixed height or adapt to content size.
Screenshots
The text was updated successfully, but these errors were encountered:
fix: TreeViewItem no longer enforces a max height (#937)
2c31f91
No branches or pull requests
Describe the bug
Using a Text widget with very long text in the content attribute of a TreeViewItem makes the text overflow.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The ThreeViewItem should let the user define a fixed height or adapt to content size.
Screenshots
![image](https://private-user-images.githubusercontent.com/40118754/272516900-56816a66-9fc9-4a5c-883b-5de3d25b69c1.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2NzA4NzIsIm5iZiI6MTczOTY3MDU3MiwicGF0aCI6Ii80MDExODc1NC8yNzI1MTY5MDAtNTY4MTZhNjYtOWZjOS00YTVjLTg4M2ItNWRlM2QyNWI2OWMxLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE2VDAxNDkzMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWUyMWUzMDA0MjM3ZWRkMDhjOGJjOTBiYjQ4YWY3N2IwM2ZjN2FmOWIyYzkxYmEzOGUwNjA3MTA4MjBkMGRkZTAmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.xipEoDuBmyhRNTFOq6sIakf1QkfQyZj4zHUyfpBq1iU)
The text was updated successfully, but these errors were encountered: