Version: (using Devel) Installed from: Compiled sources The small rectangle, that shows the timer for delayed screenshots, is too small here. The message "Snapshot will be taken in %1 seconds" should be displayed but only "Snapshot will be taken in %1" is shown.
Created attachment 29787 [details] Proposed patch: adjust the widget size to the font width and height using QFontMetrics
Patch tested on current trunk and the result looks good. :)
SVN commit 936956 by darioandres: Fix timer rectangle size using fontMetrics width/height and translated text lengths Patch from http://forum.kde.org/kourse-patch-bug-175186-timer-rectangle-too-small-t-22850.html + Small fix (margins) BUG: 175186 M +3 -2 snapshottimer.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=936956
SVN commit 936957 by darioandres: Backport to 4.2branch of: SVN commit 936956 by darioandres: Fix timer rectangle size using fontMetrics width/height and translated text lengths Patch from http://forum.kde.org/kourse-patch-bug-175186-timer-rectangle-too-small-t-22850.html + Small fix (margins) CCBUG: 175186 M +3 -2 snapshottimer.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=936957