From 2bb6730df8094c89af5a07d394fc02c43aea24eb Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Sat, 31 Dec 2022 09:40:39 +0100 Subject: Update --- src/Types.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Types.hpp') 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 -- cgit v1.2.3