Add a white space between the side flag and number in the sidebar.
This commit is contained in:
parent
5bc77e325f
commit
91b16cfefd
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ static config unit_side(const unit* u)
|
|||
flag_icon = game_config::images::flag_icon;
|
||||
|
||||
std::stringstream text;
|
||||
text << u->side();
|
||||
text << " " << u->side();
|
||||
|
||||
add_image(report, flag_icon + mods, u_team.current_player(), "");
|
||||
add_text(report, text.str(), "", "");
|
||||
|
|
Loading…
Add table
Reference in a new issue