mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
- channellist: fix dimensions when using very large fonts
* paint scrollbar over full height of main box
This commit is contained in:
@@ -78,6 +78,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;
|
||||
@@ -94,7 +95,6 @@ private:
|
||||
bool displayList;
|
||||
int first_mode_found;
|
||||
|
||||
int info_height;
|
||||
int ChannelList_Rec;
|
||||
|
||||
void paintDetails(int index);
|
||||
|
Reference in New Issue
Block a user