Version: (using KDE 4.4.2) Installed from: Ubuntu Packages Clicking the bottom-right button in the main-window brings up the list of accounts in my default identity. Having three accounts, the list doesn't have a proper size-hint. It cuts off in the middle of the third account and displays a nasty vertical scrollbar on the right side of the list. Expected behaviour: Resize the identity list so that all items fit in there without a scrollbar. Maybe let the users resize the occupied area themselves by using a vertical QSplitter.
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/