From 30427f80e097bcdfe5f5f6d0730f1730090b4cad Mon Sep 17 00:00:00 2001 From: Tron Date: Fri, 24 Jan 2025 15:23:09 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=E8=B0=83=E6=95=B4=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E8=87=AA=E5=8A=A8=E5=88=86=E7=BB=84=E7=9A=84=E9=98=88?= =?UTF-8?q?=E5=80=BC=E4=B8=BA0.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SlideSCI/Ribbon1.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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