summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--detailview.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/detailview.c b/detailview.c
index a497e6a..3a93b9d 100644
--- a/detailview.c
+++ b/detailview.c
@@ -104,7 +104,7 @@ bool cDetailView::setContentDrawportHeight() {
yAddInf = yEPGText + heightEPG;
yActors = yAddInf + heightReruns;
yFanart = yActors + heightActors;
- yEPGPics = yAddInf + heightFanart;
+ yEPGPics = yFanart + heightFanart;
int totalHeight = heightBanner + heightEPG + heightReruns + heightActors + heightFanart + heightEpgPics + lineHeight;
//check if pixmap content has to be scrollable