Skip to content

Commit 8eede51

Browse files
authored
reword docs
1 parent b75eb0f commit 8eede51

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

docs/dev/Lua API.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5348,9 +5348,9 @@ If the panel has already been maximized in this fashion, then it will jump to
53485348
its minimum size. Both jumps respect the resizable edges defined by the
53495349
``resize_anchors`` attribute.
53505350

5351-
The time duration that a double click can span default value is ``500``.
5352-
It can be controlled via the `control-panel` or `gui/control-panel` interfaces
5353-
(``Mouse double click speed`` option).
5351+
The time duration that a double click can span can be controlled via the
5352+
`control-panel` or `gui/control-panel` interfaces (``Mouse double click speed``
5353+
option). It defaults to 500 ms.
53545354

53555355
Window class
53565356
------------
@@ -5555,11 +5555,11 @@ scroll multiple times, just like in a normal browser scrollbar. The speed of
55555555
scroll events when the mouse button is held down can be controlled
55565556
via the `control-panel` or `gui/control-panel` interfaces:
55575557

5558-
1. The delay before the second scroll event use
5559-
``Mouse initial scroll repeat delay`` option (default is 300)
5558+
1. The delay before the second scroll event is the ``Mouse initial scroll repeat
5559+
delay`` setting (default is 300 ms)
55605560

5561-
2. The delay between further scroll events use
5562-
``Mouse scroll repeat delay`` option (default is 20)
5561+
2. The delay between further scroll events is the ``Mouse scroll repeat delay`` option
5562+
(default is 20 ms)
55635563

55645564
Label class
55655565
-----------

0 commit comments

Comments
 (0)