diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2022-01-11 11:17:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-11 11:17:33 +0100 |
commit | f20ae16e0ba22c317e798939581582f15475f170 (patch) | |
tree | a36d1cd1e322e78d21e685aa5b7d78c145e1045e /doc/classes | |
parent | 822728220b448d7aaa537d057912d197659582ab (diff) | |
parent | 38ad72af44173fdc98e61664192b02ad63fe7324 (diff) |
Merge pull request #56323 from Gallilus/Update-default-port_grab_distance_vertical
Diffstat (limited to 'doc/classes')
-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 46960d7cc4..9d16f64f3a 100644 --- a/doc/classes/GraphEdit.xml +++ b/doc/classes/GraphEdit.xml @@ -367,7 +367,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"> |