dboxinfo: fix wrong width calculation of recording device label

This commit is contained in:
Stefan Seyfried
2013-12-30 01:36:20 +01:00
parent 81f71c2847
commit 057372317d

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