Version: (using Devel) Installed from: Compiled sources The dialog "What do you know about the crash?" does not resize itself to the length of the messages shown. In German half of the last option's label is cut-off and the user has to resize the dialog manually.
This bug has a root problem in Qt: When multiline (wordwrap enabled) labels are used in a widget, Qt doesn't recognize the proper minimum size of that widget, therefore allowing the window manager to use a small size, cropping the texts. To workaround this we have forced a minimum size; I could try to increase it a bit. May be I can layout the elements in a different way too.. - Could you please attach an screenshot of the default sized dialog, and other one when all the text is fully visible ? Thanks
It's 600x400 per default and is fine at 735x400 with my font. But as you say, having another default size does not solve the problem. It just moves it to the next language. Anyway, screenshots following...
Created attachment 39054 [details] Default size
Created attachment 39055 [details] Now the label fits
The Qt root bug is related to http://bugreports.qt.nokia.com/browse/QTBUG-908?page=com.atlassian.jira.plugin.system.issuetabpanels%3Aall-tabpanel This could help us a bit too: http://bugreports.qt.nokia.com/browse/QTBUG-5370 There is not too much I could do besides increasing the default size... :-\ (I'm going to play with the UI file a bit, may be I can came up with a solution)
Thanks. :)
Should be fixed as per https://cgit.kde.org/drkonqi.git/commit/?id=fdff5bd4bc20a2381b548dd8b3e448308b51ebbc and a bunch of related earlier commits.