mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 09:21:18 +02:00
dboxinfo: fix wrong width calculation of recording device label
This commit is contained in:
@@ -506,7 +506,7 @@ void CDBoxInfoWidget::paint()
|
|||||||
tmp = "rootfs";
|
tmp = "rootfs";
|
||||||
_w = nameWidth - mpOffset;
|
_w = nameWidth - mpOffset;
|
||||||
if ((*it).second)
|
if ((*it).second)
|
||||||
_w -= icon_w + 10;
|
_w -= icon_w;
|
||||||
break;
|
break;
|
||||||
case 1:
|
case 1:
|
||||||
tmp = bytes2string(bytes_total, false);
|
tmp = bytes2string(bytes_total, false);
|
||||||
|
Reference in New Issue
Block a user