Enlarged AddDeviceDialog so that hopefully clipping no more occurs on any resolution

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5892 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2010-09-05 00:13:41 +00:00
parent ee2ffba374
commit 6ca4d0f642

View File

@ -36,7 +36,7 @@ using namespace irr::core;
// ------------------------------------------------------------------------------------------------------
AddDeviceDialog::AddDeviceDialog() : ModalDialog(0.7f, 0.7f)
AddDeviceDialog::AddDeviceDialog() : ModalDialog(0.90f, 0.80f)
{
ScalableFont* font = GUIEngine::getFont();
const int textHeight = GUIEngine::getFontHeight();