mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
- epgview: align with and height of progressbar
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -1412,9 +1412,9 @@ int CEpgData::FollowScreenings (const t_channel_id /*channel_id*/, const std::st
|
|||||||
|
|
||||||
void CEpgData::showProgressBar()
|
void CEpgData::showProgressBar()
|
||||||
{
|
{
|
||||||
int w = 104;
|
int w = ox/10;
|
||||||
int x = sx + (ox - w)/2;
|
int x = sx + (ox - w)/2;
|
||||||
int h = botboxheight - 12;
|
int h = botboxheight - 2*OFFSET_INNER_SMALL;
|
||||||
int y = sy + oy - botboxheight + (botboxheight - h)/2;
|
int y = sy + oy - botboxheight + (botboxheight - h)/2;
|
||||||
if (!pb){
|
if (!pb){
|
||||||
pb = new CProgressBar(x, y, w, h);
|
pb = new CProgressBar(x, y, w, h);
|
||||||
|
Reference in New Issue
Block a user