gui1: Readjust font measurements for the in-game input box
This commit is contained in:
parent
79c7d09c6a
commit
c10e9fbd95
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ namespace gui{
|
|||
}
|
||||
|
||||
|
||||
box_.reset(new gui::textbox(gui.video(),100,"",true,256,font::SIZE_PLUS,0.8,0.6));
|
||||
box_.reset(new gui::textbox(gui.video(),100,"",true,256,font::SIZE_NORMAL,0.8,0.6));
|
||||
|
||||
update_location(gui);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue