mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
fix width of pip-boxes in streaminfo and imageinfo
Origin commit data
------------------
Commit: b0469b196e
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-03-17 (Sun, 17 Mar 2013)
Origin message was:
------------------
- fix width of pip-boxes in streaminfo and imageinfo
This commit is contained in:
@@ -287,6 +287,6 @@ void CImageInfo::paint()
|
||||
paintLine(xpos+offset, font_small, "Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.");
|
||||
|
||||
if (pip == NULL)
|
||||
pip = new CComponentsPIP(width-width/3-10, y+10, 30);
|
||||
pip = new CComponentsPIP(width-width/3-10, y+10, 33);
|
||||
pip->paint();
|
||||
}
|
||||
|
@@ -419,7 +419,7 @@ void CStreamInfo2::paint (int /*mode*/)
|
||||
ypos += hheight;
|
||||
|
||||
if (pip == NULL)
|
||||
pip = new CComponentsPIP(width-width/3-10, y+10, 30);
|
||||
pip = new CComponentsPIP(width-width/3-10, y+10, 33);
|
||||
pip->paint();
|
||||
|
||||
paint_techinfo (xpos, ypos);
|
||||
|
Reference in New Issue
Block a user