diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-08-11 00:01:24 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-08-11 00:01:24 +0200 |
commit | e9a026e5c6551b1036dec42e622c6996fc668044 (patch) | |
tree | 18513adf4c6a1a042287699d9fb89d5bf66ee2d3 /src/rekonq.kcfg | |
parent | Merge commit 'refs/merge-requests/159' of git://gitorious.org/rekonq/mainline... (diff) | |
parent | Fix the factor (diff) | |
download | rekonq-e9a026e5c6551b1036dec42e622c6996fc668044.tar.xz |
Merge commit 'refs/merge-requests/160' of git://gitorious.org/rekonq/mainline into m160
Diffstat (limited to 'src/rekonq.kcfg')
-rw-r--r-- | src/rekonq.kcfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rekonq.kcfg b/src/rekonq.kcfg index 1d6139ac..33a07751 100644 --- a/src/rekonq.kcfg +++ b/src/rekonq.kcfg @@ -73,6 +73,9 @@ <entry name="autoScroll" type="Bool"> <default>true</default> </entry> + <entry name="smoothScrolling" type="Bool"> + <default>true</default> + </entry> </group> |