epgview: align with and height of progressbar

Origin commit data
------------------
Branch: ni/coolstream
Commit: aec47e2ec9
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-06-16 (Fri, 16 Jun 2017)

Origin message was:
------------------
- epgview: align with and height of progressbar

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2017-06-16 11:10:31 +02:00
parent 161d2a903d
commit 98bed6910a

View File

@@ -1534,9 +1534,9 @@ int CEpgData::FollowScreenings (const t_channel_id /*channel_id*/, const std::st
void CEpgData::showProgressBar()
{
int w = 104;
int w = ox/10;
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;
if (!pb){
pb = new CProgressBar(x, y, w, h);