- epgplus: move footer-box to bottom of screen

This commit is contained in:
vanhofen
2017-04-08 14:11:28 +02:00
committed by svenhoefer
parent ca20473787
commit b3cc850a08
2 changed files with 19 additions and 10 deletions

View File

@@ -273,6 +273,8 @@ class EpgPlus
int x;
int y;
int width;
int buttonY;
int buttonHeight;
static Font* fontBouquetChannelName;
@@ -452,6 +454,8 @@ class EpgPlus
int timeLineY;
int timeLineWidth;
int bodyHeight;
int channelsTableX;
int channelsTableY;
static int channelsTableWidth;