From 53184082c8d06e216617c56663e97b405dba2f1c Mon Sep 17 00:00:00 2001 From: LostInCompilation <12819635+LostInCompilation@users.noreply.github.com> Date: Sun, 19 Mar 2023 23:15:47 +0100 Subject: [PATCH] Made column size defaults for description and footer the same size --- include/CLI/FormatterFwd.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/CLI/FormatterFwd.hpp b/include/CLI/FormatterFwd.hpp index db9028524..4a327c654 100644 --- a/include/CLI/FormatterFwd.hpp +++ b/include/CLI/FormatterFwd.hpp @@ -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};