From bf558b5107158544bdb96438a1528d60ee060aad Mon Sep 17 00:00:00 2001 From: zqm Date: Mon, 10 Nov 2025 14:14:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=8F=E5=B0=8FtoolStrip=E5=AE=BD=E5=BA=A6?= =?UTF-8?q?=E8=87=B3150=EF=BC=8C=E6=9B=B4=E5=AE=B9=E6=98=93=E8=A7=A6?= =?UTF-8?q?=E5=8F=91Flow=E5=B8=83=E5=B1=80=E7=9A=84=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E6=8D=A2=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Windows/CS/Framework4.0/Toprie/Toprie/Setting.Designer.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Windows/CS/Framework4.0/Toprie/Toprie/Setting.Designer.cs b/Windows/CS/Framework4.0/Toprie/Toprie/Setting.Designer.cs index 4aefbf9..ca4d67d 100644 --- a/Windows/CS/Framework4.0/Toprie/Toprie/Setting.Designer.cs +++ b/Windows/CS/Framework4.0/Toprie/Toprie/Setting.Designer.cs @@ -224,8 +224,8 @@ namespace JoyD.Windows.CS this.btnBrushSize25}); this.toolStrip.Location = new System.Drawing.Point(3, 0); this.toolStrip.Name = "toolStrip"; - // 设置一个适当的宽度,确保按钮会换行 - this.toolStrip.Width = 200; + // 设置一个更小的宽度,更容易触发Flow布局的自动换行 + this.toolStrip.Width = 150; this.toolStrip.TabIndex = 3; this.toolStrip.Text = "工具条"; //