Fix: Corner Pin node gizmo is too small

The Corner Pin node gizmo is too small to be used, so increase its size
to match the size of other node gizmos to improve usability.
This commit is contained in:
Omar Emara
2024-03-04 10:19:51 +02:00
parent 983643c78c
commit 38caa87b09

View File

@@ -541,7 +541,7 @@ static void WIDGETGROUP_node_corner_pin_setup(const bContext * /*C*/, wmGizmoGro
RNA_enum_set(gz->ptr, "draw_style", ED_GIZMO_MOVE_STYLE_CROSS_2D);
gz->scale_basis = 0.01f / 75.0;
gz->scale_basis = 0.05f / 75.0;
}
gzgroup->customdata = cpin_group;