summaryrefslogtreecommitdiffstats
path: root/doc/classes/EditorSettings.xml
diff options
context:
space:
mode:
authorWinston Yallow <44872771+winston-yallow@users.noreply.github.com>2021-07-21 00:45:29 +0200
committerWinston <44872771+winston-yallow@users.noreply.github.com>2023-04-27 13:45:24 +0200
commit277e261acf3c3bcd0085777537b4463b31f56add (patch)
treef197e7eb803e3f5e77ade9580799b7f7f534e67b /doc/classes/EditorSettings.xml
parent26fb911f79d7b16c46ca476923fe1f32ab5d27ed (diff)
downloadredot-engine-277e261acf3c3bcd0085777537b4463b31f56add.tar.gz
Add editor setting for spin slider sensibility
Diffstat (limited to 'doc/classes/EditorSettings.xml')
-rw-r--r--doc/classes/EditorSettings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/classes/EditorSettings.xml b/doc/classes/EditorSettings.xml
index 14ef879f95..ddaed23d55 100644
--- a/doc/classes/EditorSettings.xml
+++ b/doc/classes/EditorSettings.xml
@@ -571,6 +571,9 @@
If [code]true[/code], editor main menu is using embedded [MenuBar] instead of system global menu.
Specific to the macOS platform.
</member>
+ <member name="interface/inspector/float_drag_speed" type="float" setter="" getter="">
+ Base speed for increasing/decreasing float values by dragging them in the inspector.
+ </member>
<member name="interface/inspector/max_array_dictionary_items_per_page" type="int" setter="" getter="">
The number of [Array] or [Dictionary] items to display on each "page" in the inspector. Higher values allow viewing more values per page, but take more time to load. This increased load time is noticeable when selecting nodes that have array or dictionary properties in the editor.
</member>