fixed a bug in placing epg pictures in detailed epg view

This commit is contained in:
louis 2014-01-16 16:55:57 +01:00
parent f32602e360
commit a7c76c8a23

View File

@ -104,7 +104,7 @@ bool cDetailView::setContentDrawportHeight() {
yAddInf = yEPGText + heightEPG; yAddInf = yEPGText + heightEPG;
yActors = yAddInf + heightReruns; yActors = yAddInf + heightReruns;
yFanart = yActors + heightActors; yFanart = yActors + heightActors;
yEPGPics = yAddInf + heightFanart; yEPGPics = yFanart + heightFanart;
int totalHeight = heightBanner + heightEPG + heightReruns + heightActors + heightFanart + heightEpgPics + lineHeight; int totalHeight = heightBanner + heightEPG + heightReruns + heightActors + heightFanart + heightEpgPics + lineHeight;
//check if pixmap content has to be scrollable //check if pixmap content has to be scrollable