mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 17:31:20 +02:00
never used
This commit is contained in:
@@ -694,8 +694,8 @@ void EpgPlus::init()
|
||||
|
||||
CFrameBuffer::getInstance()->getIconSize(NEUTRINO_ICON_BUTTON_RED, &icol_w, &icol_h);
|
||||
CFrameBuffer::getInstance()->getIconSize(NEUTRINO_ICON_BUTTON_HELP, &icol_w, &h2);
|
||||
if(icol_h < h2)
|
||||
icol_h = h2;
|
||||
// if(icol_h < h2)
|
||||
// icol_h = h2;
|
||||
|
||||
int buttonHeight = g_Font[SNeutrinoSettings::FONT_TYPE_INFOBAR_SMALL]->getHeight()+8; //TODO get height from buttons/*std::max (icol_h+8, fonts[EPGPlus_footer_fontbuttons]->getHeight());*/
|
||||
int footerHeight = Footer::getUsedHeight() + buttonHeight;
|
||||
|
@@ -776,7 +776,7 @@ void CTimerList::paintItem(int pos)
|
||||
{
|
||||
zAddData += sep;
|
||||
zAddData += "AC3";
|
||||
sep = "/";
|
||||
// sep = "/";
|
||||
}
|
||||
zAddData += ')';
|
||||
}
|
||||
|
@@ -166,7 +166,7 @@ void CProgressWindow::paint()
|
||||
ypos+= mheight;
|
||||
|
||||
globalstatusY = ypos+ mheight-20;
|
||||
ypos+= mheight >>1;
|
||||
//ypos+= mheight >>1;
|
||||
showGlobalStatus(global_progress);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user