Fix for cropped text "Toggle Cinematic"

This commit is contained in:
Snipie 2016-07-05 07:43:25 +00:00 committed by est31
parent 538af97d8d
commit 6014e7257e
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ void GUIKeyChangeMenu::regenerateGui(v2u32 screensize)
{
key_setting *k = key_settings.at(i);
{
core::rect < s32 > rect(0, 0, 110, 20);
core::rect < s32 > rect(0, 0, 150, 20);
rect += topleft + v2s32(offset.X, offset.Y);
Environment->addStaticText(k->button_name, rect, false, true, this, -1);
}