diff --git a/src/gui/infoviewer.cpp b/src/gui/infoviewer.cpp index 2d9e4cbde..cfabae258 100644 --- a/src/gui/infoviewer.cpp +++ b/src/gui/infoviewer.cpp @@ -218,6 +218,11 @@ void CInfoViewer::start () { /* default mode, with signal bars etc. */ ChanWidth = 122; ChanHeight = 74; + int test = g_Font[SNeutrinoSettings::FONT_TYPE_INFOBAR_SMALL]->getRenderWidth("12555.0 MHz H") + 10; + if(test > ChanWidth){ + ChanWidth = test; + } + } BoxStartX = g_settings.screen_StartX + 10;