diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-12-31 09:40:39 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-12-31 09:40:39 +0100 |
| commit | 2bb6730df8094c89af5a07d394fc02c43aea24eb (patch) | |
| tree | b531e2027961db3b15ccf649d6e015d62e8a392f /src/Types.hpp | |
| parent | f1f638100f4bcd88b31c3412e961dbbb5e12ad0a (diff) | |
Update
Diffstat (limited to 'src/Types.hpp')
| -rw-r--r-- | src/Types.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Types.hpp b/src/Types.hpp index 7f54d0a..5d24115 100644 --- a/src/Types.hpp +++ b/src/Types.hpp @@ -73,6 +73,9 @@ typedef struct Status { double NagRightMargin = 0; double MarginBarWidth = 50; double ScrollbarWidth = 30; + double TextCharWidth=14, TextCharHeight=24; + /// @brief How many char per line for comments + std::uint16_t CharPerLine=100; double MoveIconWidth = 25; std::uint16_t CommentLinePerRow = 2; /// @brief Ask the editor to scroll for a specific amout of pixels |
