diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-12-31 12:13:02 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-12-31 12:13:02 +0100 |
| commit | 3271972f9eef3069bf80de8be4c057102fff1138 (patch) | |
| tree | c1b8afcdd679128099040c71ec9501d972f65f25 | |
| parent | bba54c37348455489cf144525616d93504ecd679 (diff) | |
Increase default comment line size
| -rw-r--r-- | src/Types.hpp | 2 |
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; |
