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:
parent
ee2ffba374
commit
6ca4d0f642
@ -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();
|
ScalableFont* font = GUIEngine::getFont();
|
||||||
const int textHeight = GUIEngine::getFontHeight();
|
const int textHeight = GUIEngine::getFontHeight();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user