Summary: | Timer rectangle is too small | ||
---|---|---|---|
Product: | [Unmaintained] ksnapshot | Reporter: | Frederik Schwarzer <schwarzer> |
Component: | general | Assignee: | Richard Moore <rich> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Unspecified | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Proposed patch: adjust the widget size to the font width and height using QFontMetrics |
Description
Frederik Schwarzer
2008-11-15 04:04:22 UTC
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 |