mirror of
https://gitlab.com/manzerbredes/cgeditor.git
synced 2025-04-19 03:59:44 +00:00
Update
This commit is contained in:
parent
f1f638100f
commit
2bb6730df8
7 changed files with 62 additions and 51 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue