Merge pull request #56323 from Gallilus/Update-default-port_grab_distance_vertical

This commit is contained in:
Rémi Verschelde
2022-01-11 11:17:33 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -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">