From d17358810f38578f178e4a4fd7dace0779577628 Mon Sep 17 00:00:00 2001 From: moco Date: Thu, 5 Dec 2024 21:09:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=E8=89=B2=E5=BD=A9=E6=9D=A1=E8=BF=9B?= =?UTF-8?q?=E8=A1=8C=E4=BA=86=E7=BC=A9=E6=94=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/PBAnaly/UI/BioanalyImagePanel.Designer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PBAnaly/UI/BioanalyImagePanel.Designer.cs b/src/PBAnaly/UI/BioanalyImagePanel.Designer.cs index 5696266..0baa80d 100644 --- a/src/PBAnaly/UI/BioanalyImagePanel.Designer.cs +++ b/src/PBAnaly/UI/BioanalyImagePanel.Designer.cs @@ -340,7 +340,7 @@ // this.image_pr.Dock = System.Windows.Forms.DockStyle.Fill; this.image_pr.Duration = 0; - this.image_pr.ImageFit = AntdUI.TFit.Fill; + this.image_pr.ImageFit = AntdUI.TFit.Contain; this.image_pr.Location = new System.Drawing.Point(3, 3); this.image_pr.Name = "image_pr"; this.image_pr.Size = new System.Drawing.Size(60, 177);