diff options
author | Yuri Roubinsky <chaosus89@gmail.com> | 2021-08-11 17:43:05 +0300 |
---|---|---|
committer | Yuri Roubinsky <chaosus89@gmail.com> | 2021-08-12 09:09:24 +0300 |
commit | 61904d56eac35b81f55e0ed73ee3320e21ea7241 (patch) | |
tree | a523483e692bc4bd3ab149db7fb5fb92ed265f3b /doc/classes | |
parent | 974cc68fb420768a244c14dfd7a59da73f2330bd (diff) |
Better port handling connection for `GraphEdit`
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 a65a88a4f2..907cf8587d 100644 --- a/doc/classes/GraphEdit.xml +++ b/doc/classes/GraphEdit.xml @@ -299,7 +299,7 @@ <theme_item name="more" data_type="icon" type="Texture2D"> The icon for the zoom in button. </theme_item> - <theme_item name="port_grab_distance_horizontal" data_type="constant" type="int" default="48"> + <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"> |