diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-08-28 12:46:09 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-08-28 12:46:09 +0300 |
commit | 8104328b315ce1afd865b06109c5c33b86a56aab (patch) | |
tree | 966dd89e454391abac495ccdbb0babcdec5ac12e /src | |
parent | 6f397e3e0d6623b6bf2b737825d4b3ad084eba4c (diff) |
DocumentWidget: Slower smooth scroll speed
Diffstat (limited to 'src')
-rw-r--r-- | src/ui/documentwidget.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/documentwidget.c b/src/ui/documentwidget.c index 0857bd3c..77733f88 100644 --- a/src/ui/documentwidget.c +++ b/src/ui/documentwidget.c | |||
@@ -162,7 +162,7 @@ iDefineTypeConstruction(VisBuffer) | |||
162 | 162 | ||
163 | /*----------------------------------------------------------------------------------------------*/ | 163 | /*----------------------------------------------------------------------------------------------*/ |
164 | 164 | ||
165 | static const int smoothSpeed_DocumentWidget_ = 150; /* unit: gap_Text per second */ | 165 | static const int smoothSpeed_DocumentWidget_ = 120; /* unit: gap_Text per second */ |
166 | 166 | ||
167 | enum iRequestState { | 167 | enum iRequestState { |
168 | blank_RequestState, | 168 | blank_RequestState, |