gui/dboxinfo: unbreak height calculation

Origin commit data
------------------
Commit: 06a95008fd
Author: martii <m4rtii@gmx.de>
Date: 2014-01-02 (Thu, 02 Jan 2014)
This commit is contained in:
martii
2014-01-02 14:30:49 +01:00
committed by vanhofen
parent aeaabd8ed1
commit 0488b793c6

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);