Version: 2.0.2 (using KDE 4.6.0) OS: Linux The Elapsed time/Time remaining display is too wide for the default window size. As a result, some of the text is cut and replaced with '...', typically the remaining time information. Reproducible: Always Steps to Reproduce: Start k3b, insert dvd, select 'Tools/copy medium', hit 'start'. Actual Results: See screenshot: https://bugzilla.redhat.com/attachment.cgi?id=474682 Expected Results: The remaining time should be visible at all times. Downstream report: https://bugzilla.redhat.com/show_bug.cgi?id=671551
The text is not even stretched to full width of form. Setting ElideMode for the ThemedLabel to ElideNone makes it at least width enough. But any other ElideMode shortens it too much. I might be better to split elapsed time and remaining time to two lines to ensure that both is visible.
I agree with this request, why not change "6 minutes 30 seconds" to "06:30" or "6m 30s"
*** This bug has been marked as a duplicate of bug 315463 ***