mirror of
https://gitlab.com/manzerbredes/cgeditor.git
synced 2025-04-05 17:46:28 +02:00
Increase default comment line size
This commit is contained in:
parent
bba54c3734
commit
3271972f9e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue