Skip to content

Commit

Permalink
fixup! Campaign Difficulty: colored description column gray
Browse files Browse the repository at this point in the history
(cherry-picked from commit 8bdccca)
  • Loading branch information
jostephd authored and Vultraz committed Oct 7, 2018
1 parent 56a09ab commit bd06263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/dialogs/campaign_difficulty.cpp
Expand Up @@ -142,7 +142,7 @@ void campaign_difficulty::pre_show(window& window)
if (!d["old_markup"].to_bool()) {
ss << "\n<small>" << font::span_color(font::GRAY_COLOR) << "(" << d["description"].str() << ")</span></small>";
} else {
ss << "\n<small>" << d["description"] << "</small>";
ss << "\n<small>" << font::span_color(font::GRAY_COLOR) << d["description"] << "</span></small>";
}
}

Expand Down

0 comments on commit bd06263

Please sign in to comment.