Skip to content

Commit

Permalink
gui1: Readjust font measurements for the in-game input box
Browse files Browse the repository at this point in the history
  • Loading branch information
irydacea committed Mar 19, 2021
1 parent 79c7d09 commit c10e9fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/floating_textbox.cpp
Expand Up @@ -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);
}
Expand Down

0 comments on commit c10e9fb

Please sign in to comment.