Summary: | Identity list sizing issue | ||
---|---|---|---|
Product: | [Unmaintained] kopete | Reporter: | Christian Muehlhaeuser <muesli> |
Component: | general | Assignee: | Kopete Developers <kopete-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Unspecified | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Proposed patch to fix this bug |
Description
Christian Muehlhaeuser
2010-04-11 03:40:39 UTC
Created attachment 43449 [details]
Proposed patch to fix this bug
Fixes identity list sizing issues. Looking at the ItemDelegate's sizeHint() isn't enough. Some extra spacing is required by QListWidget.
QListWidget::sizeHintForRow( 0 ) does the trick.
Committed to trunk and 4.4 branch, updated 4.4 branch changelog. See reviewboard for more info: http://reviewboard.kde.org/r/3989/ |