From 2df7d1b0ef76c3ae8bedf4b9c3039e7040978721 Mon Sep 17 00:00:00 2001 From: Leonti Bielski Date: Sun, 11 Sep 2022 18:46:10 +1000 Subject: [PATCH] Update docs with `max_delta` and `min_delta` for sliders --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fe37e43..bef2642 100644 --- a/README.md +++ b/README.md @@ -1867,6 +1867,8 @@ Optional keyword only arguments: * `args=[]` A list/tuple of arguments for above callback. * `value=0.0` The initial value: slider will be at the bottom (v), left (h). * `active=True` Determines whether the control can accept user input. + * `min_delta=0.01` Minimim value increment + * `max_delta=0.1` Maximum value increment (long button presses) Methods: * `greyed_out` Optional Boolean argument `val=None`. If `None` returns the