减小toolStrip宽度至150,更容易触发Flow布局的自动换行
This commit is contained in:
@@ -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 = "工具条";
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user