diff --git a/src/gui/infoviewer.cpp b/src/gui/infoviewer.cpp index 8b6551d4f..2cc0e3be1 100644 --- a/src/gui/infoviewer.cpp +++ b/src/gui/infoviewer.cpp @@ -200,7 +200,8 @@ void CInfoViewer::start () if (test > ChanWidth) { ChanWidth = test; } - test = (g_SignalFont->getHeight() * 2) + 36; + test = (g_SignalFont->getHeight() * 3) + (g_SignalFont->getHeight()/2); + if (test > ChanHeight) { ChanHeight = test; }