From ba35cff303244c9e52e56dc5f8ec2c8732d30cee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B3hannes=20Gunnar=20=C3=9Eorsteinsson?= Date: Fri, 15 Nov 2019 15:04:34 +0000 Subject: Independent spinbox arrow step precision Rebased by EIREXE This work has been kindly sponsored by IMVU & EIRTeam. --- doc/classes/SpinBox.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/classes/SpinBox.xml') diff --git a/doc/classes/SpinBox.xml b/doc/classes/SpinBox.xml index e84f9c38ff..8df039794a 100644 --- a/doc/classes/SpinBox.xml +++ b/doc/classes/SpinBox.xml @@ -47,6 +47,9 @@ + + If not [code]0[/code], [code]value[/code] will always be rounded to a multiple of [code]custom_arrow_step[/code] when interacting with the arrow buttons of the [SpinBox]. + If [code]true[/code], the [SpinBox] will be editable. Otherwise, it will be read only. -- cgit v1.2.3