mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user