diff --git a/src/gui/vfd_setup.cpp b/src/gui/vfd_setup.cpp index 181b99207..517dfe10f 100644 --- a/src/gui/vfd_setup.cpp +++ b/src/gui/vfd_setup.cpp @@ -53,7 +53,7 @@ CVfdSetup::CVfdSetup() { frameBuffer = CFrameBuffer::getInstance(); - width = w_max (30, 10); + width = w_max (40, 10); hheight = g_Font[SNeutrinoSettings::FONT_TYPE_MENU_TITLE]->getHeight(); mheight = g_Font[SNeutrinoSettings::FONT_TYPE_MENU]->getHeight(); height = hheight+13*mheight+ 10;