diff --git a/SlideSCI/Ribbon1.cs b/SlideSCI/Ribbon1.cs index 0a8bc9e..a7b83dc 100644 --- a/SlideSCI/Ribbon1.cs +++ b/SlideSCI/Ribbon1.cs @@ -1104,7 +1104,7 @@ public class ImageGroup public bool OverlapsWith(PowerPoint.Shape shape) { float shapeHeight = shape.Height; - float threshold = shapeHeight * 0.6f; // 80% of shape height + float threshold = shapeHeight * 0.5f; // 50% of shape height float shapeBottom = shape.Top + shapeHeight; // Calculate overlap height