mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
- 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.");
|
paintLine(xpos+offset, font_small, "Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.");
|
||||||
|
|
||||||
if (pip == NULL)
|
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();
|
pip->paint();
|
||||||
}
|
}
|
||||||
|
@@ -419,7 +419,7 @@ void CStreamInfo2::paint (int /*mode*/)
|
|||||||
ypos += hheight;
|
ypos += hheight;
|
||||||
|
|
||||||
if (pip == NULL)
|
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();
|
pip->paint();
|
||||||
|
|
||||||
paint_techinfo (xpos, ypos);
|
paint_techinfo (xpos, ypos);
|
||||||
|
Reference in New Issue
Block a user