mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-25 23:10:32 +00:00
Lower DOC_SCROLL_SPEED from 8 to 6
This commit is contained in:
parent
16eec2be89
commit
9f363f265d
1 changed files with 1 additions and 1 deletions
|
@ -1272,7 +1272,7 @@ public class CDocBin
|
||||||
#assert !($$ & 7)
|
#assert !($$ & 7)
|
||||||
};
|
};
|
||||||
|
|
||||||
#define DOC_SCROLL_SPEED 8
|
#define DOC_SCROLL_SPEED 6
|
||||||
|
|
||||||
#define DOCSS_NORMAL 0
|
#define DOCSS_NORMAL 0
|
||||||
#define DOCSS_SINGLE_QUOTE 1
|
#define DOCSS_SINGLE_QUOTE 1
|
||||||
|
|
Loading…
Reference in a new issue