forked from mirror/openmw-tes3mp
Slightly adjust menu button position
This commit is contained in:
parent
e9ab7c85c6
commit
41a04b9c65
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ namespace MWGui
|
||||||
if (state == MWBase::StateManager::State_NoGame)
|
if (state == MWBase::StateManager::State_NoGame)
|
||||||
{
|
{
|
||||||
// Align with the background image
|
// Align with the background image
|
||||||
int bottomPadding=48;
|
int bottomPadding=24;
|
||||||
mButtonBox->setCoord (mWidth/2 - maxwidth/2, mHeight - curH - bottomPadding, maxwidth, curH);
|
mButtonBox->setCoord (mWidth/2 - maxwidth/2, mHeight - curH - bottomPadding, maxwidth, curH);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue