-
Notifications
You must be signed in to change notification settings - Fork 562
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
text is truncated and thumbnails is to big in detailed view #134
Comments
I wasn't able to reproduce the thumbnail bug - this happens when first frame of video is black, may that be the problem? Openshot still cuts names in current master 9e5c437. The source is here openshot-qt/src/windows/models/files_model.py Line 197 in 9e5c437
(same logic on Ln189 for thumbnails). I believe the reason is that columns are autoresized using
IMHO the right way would be pass full data to setText and let QTreeView do the hard work of shortening text column overlaps, which it does automatically. The only two problems are to persuade FilesTreeView to set initial columns width (which should be easy) and not to autoresize them on new file addition (not so easy as I've found out). Unfortunately I don't have enough QT skills to make it work the right way, maybe someone else will. |
@nwgat - Does this issue occur on OpenShot 2.3.4? |
Unable to reproduce this issue on the daily build. |
ubuntu 15.10
latest openshot from daily ppa
The text was updated successfully, but these errors were encountered: