Skip to content

Commit

Permalink
Made column size defaults for description and footer the same size
Browse files Browse the repository at this point in the history
  • Loading branch information
LostInCompilation authored and phlptp committed Sep 27, 2024
1 parent 33d746f commit 5318408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/CLI/FormatterFwd.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class FormatterBase {
std::size_t right_column_width_{65};

/// The width of the description paragraph at the top of help
std::size_t description_paragraph_width_{75};
std::size_t description_paragraph_width_{80};

/// The width of the footer paragraph
std::size_t footer_paragraph_width_{80};
Expand Down

0 comments on commit 5318408

Please sign in to comment.