gui/dboxinfo: unbreak height calculation

This commit is contained in:
martii
2014-01-02 14:30:49 +01:00
committed by svenhoefer
parent 9285f9cdbd
commit 06a95008fd

View File

@@ -212,7 +212,6 @@ void CDBoxInfoWidget::paint()
int frontend_count = CFEManager::getInstance()->getFrontendCount();
if (frontend_count > 2)
height += mheight * (frontend_count - 2);
height += mheight/2;
int icon_w = 0, icon_h = 0;
frameBuffer->getIconSize(NEUTRINO_ICON_REC, &icon_w, &icon_h);