- channellist: fix dimensions when using very large fonts

* paint scrollbar over full height of main box
This commit is contained in:
svenhoefer
2013-03-16 23:47:23 +01:00
parent a501b6efeb
commit 0064c6c704
2 changed files with 27 additions and 28 deletions

View File

@@ -80,6 +80,7 @@ private:
int full_width;
int width;
int height;
int info_height; // the infobox below mainbox is handled outside height
int x;
int y;
int logo_off;
@@ -95,7 +96,6 @@ private:
bool displayNext;
bool displayList;
int info_height;
int ChannelList_Rec;
void paintDetails(int index);