We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bd6ca7 commit 82ee8a6Copy full SHA for 82ee8a6
app/src/pages/display/arrangement.rs
@@ -448,8 +448,8 @@ fn update_dragged_region(
448
449
let center = dragged_region.center();
450
451
- let eastward = distance(east_point(&other_region), center) * 1.5;
452
- let westward = distance(west_point(&other_region), center) * 1.5;
+ let eastward = distance(east_point(&other_region), center) * 1.25;
+ let westward = distance(west_point(&other_region), center) * 1.25;
453
let northward = distance(north_point(&other_region), center);
454
let southward = distance(south_point(&other_region), center);
455
0 commit comments