移除toolStrip控件的固定Size设置,确保按钮能正常换行显示
This commit is contained in:
@@ -224,7 +224,7 @@ namespace JoyD.Windows.CS
|
||||
this.btnBrushSize25});
|
||||
this.toolStrip.Location = new System.Drawing.Point(3, 0);
|
||||
this.toolStrip.Name = "toolStrip";
|
||||
this.toolStrip.Size = new System.Drawing.Size(104, 25);
|
||||
// 移除固定Size,让AutoSize属性生效
|
||||
this.toolStrip.TabIndex = 3;
|
||||
this.toolStrip.Text = "工具条";
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user