Skip to content

Commit

Permalink
make global const cSpeedScroll* - variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey-T committed Sep 21, 2019
1 parent b5fb97c commit 3dc70a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions atsynedit/atsynedit.pas
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ TATCaretProps = class
cInitWrapEnabledForMaxLines = 60*1000;
cInitSpacingText = 1;
cInitCaretBlinkTime = 600;
cInitTimerAutoScroll = 80;
cInitTimerAutoScroll = 100;
cInitTimerNiceScroll = 100;
cInitMinimapVisible = false;
cInitMinimapTooltipVisible = true;
Expand Down Expand Up @@ -294,9 +294,9 @@ TATCaretProps = class
cFoldedLenOfEmptyHint = 50;
cFoldedMarkIndentInner = 2; //indent inside [...] folded-mark
cFoldedMarkIndentOuter = 2; //indent before [...] folded-mark
cSpeedScrollAutoHorz = 10; //auto-scroll (drag out of control): speed x
cSpeedScrollAutoVert = 1; //... speed y
cSpeedScrollNice = 3;
cSpeedScrollAutoHorz: integer = 10; //auto-scroll (drag out of control): speed x
cSpeedScrollAutoVert: integer = 1; //... speed y
cSpeedScrollNice: integer = 3;
cResizeBitmapStep = 200; //resize bitmap by N pixels step
cSizeGutterFoldLineDx = 3;
cSizeRulerHeightPercents = 120;
Expand Down

0 comments on commit 3dc70a5

Please sign in to comment.