mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 01:41:12 +02:00
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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user