dboxinfo: fix wrong width calculation of recording device label

Origin commit data
------------------
Commit: 057372317d
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-12-30 (Mon, 30 Dec 2013)
This commit is contained in:
Stefan Seyfried
2013-12-30 01:36:20 +01:00
parent a25e481b13
commit 92263236f9

View File

@@ -506,7 +506,7 @@ void CDBoxInfoWidget::paint()
tmp = "rootfs";
_w = nameWidth - mpOffset;
if ((*it).second)
_w -= icon_w + 10;
_w -= icon_w;
break;
case 1:
tmp = bytes2string(bytes_total, false);