aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-12-31 12:13:02 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2022-12-31 12:13:02 +0100
commit3271972f9eef3069bf80de8be4c057102fff1138 (patch)
treec1b8afcdd679128099040c71ec9501d972f65f25
parentbba54c37348455489cf144525616d93504ecd679 (diff)
Increase default comment line size
-rw-r--r--src/Types.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Types.hpp b/src/Types.hpp
index 8c03ff0..402bf12 100644
--- a/src/Types.hpp
+++ b/src/Types.hpp
@@ -78,7 +78,7 @@ typedef struct Status {
/// @brief The following is not a "precise" padding since we add online a multiple of MoveHeight
std::uint8_t CommentPadding=5;
/// @brief How many char per line for comments
- std::uint16_t CommentCharPerLine=20;
+ std::uint16_t CommentCharPerLine=50;
double MoveIconWidth = 25;
/// @brief Ask the editor to scroll for a specific amout of pixels
double EventVScroll = 0, EventHScroll = 0;