gui1: Readjust font measurements for the in-game input box

This commit is contained in:
Iris Morelle 2021-03-19 12:37:40 -03:00
parent 79c7d09c6a
commit c10e9fbd95

View file

@ -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);
}