Fix typo in Window Switcher "compact"

BUG: 313950
FIXED-IN: 4.10.0
This commit is contained in:
Martin Gräßlin 2013-01-27 12:12:20 +01:00
parent 2ea65eb18e
commit b5dd9d93c1

View file

@ -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.