Skip to content

Commit

Permalink
tunit_preview_pane: removed newlines between attacks to save some space
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Mar 10, 2016
1 parent 4910267 commit 481bad8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/gui/widgets/unit_preview_pane.cpp
Expand Up @@ -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";
}
}

Expand Down

0 comments on commit 481bad8

Please sign in to comment.