diff --git a/src/gui/parentallock_setup.cpp b/src/gui/parentallock_setup.cpp index 1794ba653..506256f52 100644 --- a/src/gui/parentallock_setup.cpp +++ b/src/gui/parentallock_setup.cpp @@ -51,7 +51,7 @@ CParentalSetup::CParentalSetup() { frameBuffer = CFrameBuffer::getInstance(); - width = w_max (35, 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;