mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 07:51:19 +02:00
- epgplus: get sure we have enough space for detailsline
This commit is contained in:
@@ -803,6 +803,8 @@ void EpgPlus::init()
|
|||||||
|
|
||||||
this->usableScreenHeight = headerHeight + timeLineHeight + this->bodyHeight + buttonHeight + OFFSET_INTER + footerHeight; // recalc deltaY
|
this->usableScreenHeight = headerHeight + timeLineHeight + this->bodyHeight + buttonHeight + OFFSET_INTER + footerHeight; // recalc deltaY
|
||||||
this->usableScreenX = getScreenStartX(this->usableScreenWidth);
|
this->usableScreenX = getScreenStartX(this->usableScreenWidth);
|
||||||
|
if (this->usableScreenX < DETAILSLINE_WIDTH)
|
||||||
|
this->usableScreenX = DETAILSLINE_WIDTH;
|
||||||
this->usableScreenY = getScreenStartY(this->usableScreenHeight);
|
this->usableScreenY = getScreenStartY(this->usableScreenHeight);
|
||||||
|
|
||||||
this->headerX = this->usableScreenX;
|
this->headerX = this->usableScreenX;
|
||||||
|
Reference in New Issue
Block a user