mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +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";
|
||||
_w = nameWidth - mpOffset;
|
||||
if ((*it).second)
|
||||
_w -= icon_w + 10;
|
||||
_w -= icon_w;
|
||||
break;
|
||||
case 1:
|
||||
tmp = bytes2string(bytes_total, false);
|
||||
|
Reference in New Issue
Block a user