diff options
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 |
