From 06a95008fd15a501a6118c70923b27ddc259e399 Mon Sep 17 00:00:00 2001 From: martii Date: Thu, 2 Jan 2014 14:30:49 +0100 Subject: [PATCH] gui/dboxinfo: unbreak height calculation --- src/gui/dboxinfo.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gui/dboxinfo.cpp b/src/gui/dboxinfo.cpp index 65b9252c2..8d38fdff5 100644 --- a/src/gui/dboxinfo.cpp +++ b/src/gui/dboxinfo.cpp @@ -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);