Fix indent.

This commit is contained in:
Florian Bruhin 2014-12-16 15:09:47 +01:00
parent 05e6515aad
commit 676313e7ae

View File

@ -175,7 +175,7 @@ class DownloadView(QListView):
if bottom != -1:
margins = self.contentsMargins()
height = (bottom + margins.top() + margins.bottom() +
2 * self.spacing())
2 * self.spacing())
size = QSize(0, height)
else:
size = QSize(0, 0)