dboxinfo - small change

Origin commit data
------------------
Branch: ni/coolstream
Commit: 2fb673ffe9
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2021-05-22 (Sat, 22 May 2021)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
BPanther
2021-05-22 18:56:16 +02:00
committed by vanhofen
parent a9583d63a3
commit 11992bd848

View File

@@ -401,8 +401,14 @@ void CDBoxInfoWidget::paint()
#endif
title += ": ";
title += g_info.hw_caps->boxvendor;
title += " ";
title += g_info.hw_caps->boxname;
title += " (";
title += g_info.hw_caps->boxarch;
title += ")";
width = std::max(width, g_Font[SNeutrinoSettings::FONT_TYPE_MENU_TITLE]->getRenderWidth(title, true) + 50);
x = getScreenStartX(width);