tunit_preview_pane: removed newlines between attacks to save some space

This commit is contained in:
Charles Dang 2016-03-10 22:06:52 +11:00
parent 49102677a9
commit 481bad8539

View file

@ -186,8 +186,6 @@ void tunit_preview_pane::set_displayed_type(const unit_type* type)
if(!accuracy_parry.empty()) {
str << "<span color='#a69275'>" << " " << accuracy_parry << "</span>" << "\n";
}
str << " \n";
}
}