mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
- fix width of pip-boxes in streaminfo and imageinfo
This commit is contained in:
@@ -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