diff options
| author | Stephen Blott | 2014-11-07 10:58:39 +0000 |
|---|---|---|
| committer | Stephen Blott | 2014-11-07 11:05:31 +0000 |
| commit | 1f678d685eb39e5269cfe8f87ac99522aa1b5200 (patch) | |
| tree | ec3961172844e9d53ac45440fea1a769e244f7ca /pages/options.html | |
| parent | 8e4e95c87d2ea06fcc0d9d354a180dfa1f31cdd2 (diff) | |
| download | vimium-1f678d685eb39e5269cfe8f87ac99522aa1b5200.tar.bz2 | |
Smooth scrolling.
Diffstat (limited to 'pages/options.html')
| -rw-r--r-- | pages/options.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pages/options.html b/pages/options.html index 4f037ba5..d6ce2764 100644 --- a/pages/options.html +++ b/pages/options.html @@ -360,6 +360,15 @@ unmapAll </td> </tr> <tr> + <td class="caption"></td> + <td verticalAlign="top" class="booleanOption"> + <label> + <input id="smoothScroll" type="checkbox"/> + Use smooth scrolling. + </label> + </td> + </tr> + <tr> <td class="caption">Previous patterns</td> <td verticalAlign="top"> <div class="help"> |
