From 87764dccf0c013f104c03396dd80f8f5e9b83bb9 Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Thu, 8 Sep 2022 11:06:06 -0400 Subject: [PATCH] [doc] fix missing bullet on scrolling.bounce --- docs/development/module.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/module.rst b/docs/development/module.rst index 992ef05..32a653a 100644 --- a/docs/development/module.rst +++ b/docs/development/module.rst @@ -250,5 +250,5 @@ module using ``self.set()`` or via the CLI using the ``--parameter`` flag: - ``scrolling.width``: Integer, defaults to 30, determines the minimum width of the widgets, if ``makewide`` is specified - ``scrolling.makewide``: Boolean, defaults to true, determines whether the widgets should be expanded to their minwidth - ``scrolling.bounce``: Boolean, defaults to true, determines whether the content should change directions when a scroll is completed, or just marquee through +- ``scrolling.bounce``: Boolean, defaults to true, determines whether the content should change directions when a scroll is completed, or just marquee through