Skip to content

Commit 6014e72

Browse files
Snipieest31
authored andcommittedJul 5, 2016
Fix for cropped text "Toggle Cinematic"
1 parent 538af97 commit 6014e72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/guiKeyChangeMenu.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ void GUIKeyChangeMenu::regenerateGui(v2u32 screensize)
137137
{
138138
key_setting *k = key_settings.at(i);
139139
{
140-
core::rect < s32 > rect(0, 0, 110, 20);
140+
core::rect < s32 > rect(0, 0, 150, 20);
141141
rect += topleft + v2s32(offset.X, offset.Y);
142142
Environment->addStaticText(k->button_name, rect, false, true, this, -1);
143143
}

0 commit comments

Comments
 (0)
Please sign in to comment.