diff options
author | David Cambré <david.cambre@gmail.com> | 2021-12-29 18:53:11 +0100 |
---|---|---|
committer | David Cambré <david.cambre@gmail.com> | 2021-12-29 19:14:28 +0100 |
commit | 38ad72af44173fdc98e61664192b02ad63fe7324 (patch) | |
tree | dacb256a0dee2c3a514efe9d2484cf8e615f0ee0 /doc/classes/GraphEdit.xml | |
parent | 9f058674acebf9a7a0704cdbc26dc9f6d853b16e (diff) |
Update default port_grab_distance_vertical
Diffstat (limited to 'doc/classes/GraphEdit.xml')
-rw-r--r-- | doc/classes/GraphEdit.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/GraphEdit.xml b/doc/classes/GraphEdit.xml index c432410d3b..9650118e7e 100644 --- a/doc/classes/GraphEdit.xml +++ b/doc/classes/GraphEdit.xml @@ -346,7 +346,7 @@ <theme_item name="port_grab_distance_horizontal" data_type="constant" type="int" default="24"> The horizontal range within which a port can be grabbed (on both sides). </theme_item> - <theme_item name="port_grab_distance_vertical" data_type="constant" type="int" default="6"> + <theme_item name="port_grab_distance_vertical" data_type="constant" type="int" default="26"> The vertical range within which a port can be grabbed (on both sides). </theme_item> <theme_item name="layout" data_type="icon" type="Texture2D"> |