diff --git a/src/gui/streaminfo2.cpp b/src/gui/streaminfo2.cpp index 6bac45e35..c35e2015e 100644 --- a/src/gui/streaminfo2.cpp +++ b/src/gui/streaminfo2.cpp @@ -731,7 +731,7 @@ void CStreamInfo2::paintCASystem(int xpos, int ypos) int box_width = width*2/3-10; if(box_h2 > 0) { - frameBuffer->paintBoxRel (0, ypos, box_width, box_h2, COL_MENUHEAD_PLUS_0); + frameBuffer->paintBoxRel (0, ypos+(iheight*2), box_width, box_h2, COL_MENUHEAD_PLUS_0); } std::string casys[11]={"Irdeto:","Betacrypt:","Seca:","Viaccess:","Nagra:","Conax: ","Cryptoworks:","Videoguard:","EBU:","XCrypt:","PowerVU:"};