Merge branch 'KDE/4.10'
This commit is contained in:
commit
45af15b459
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ Item {
|
|||
compactListView, "calculateMaxRowWidth");
|
||||
width = Math.max(textElement.width, width);
|
||||
textElement.destroy();
|
||||
return width + 16 + 2 * compactTabBox.textMargin + hoverItem.margins.right + hoverItem.margins.left + background.leftMargin + background.right;Margin
|
||||
return width + 16 + 2 * compactTabBox.textMargin + hoverItem.margins.right + hoverItem.margins.left + background.leftMargin + background.rightMargin
|
||||
}
|
||||
/**
|
||||
* Calculates the height of one row based on the text height and icon size.
|
||||
|
|
Loading…
Reference in a new issue