增加TopToolStripPanel高度至150,确保有足够空间显示换行后的按钮

This commit is contained in:
zqm
2025-11-10 14:15:14 +08:00
parent bf558b5107
commit f65a26cf1f

View File

@@ -119,7 +119,7 @@ namespace JoyD.Windows.CS
// toolStripContainer.TopToolStripPanel // toolStripContainer.TopToolStripPanel
// //
this.toolStripContainer.TopToolStripPanel.Controls.Add(this.toolStrip); this.toolStripContainer.TopToolStripPanel.Controls.Add(this.toolStrip);
this.toolStripContainer.TopToolStripPanel.Size = new System.Drawing.Size(309, 100); // 增加TopToolStripPanel的高度确保能显示多行按钮 this.toolStripContainer.TopToolStripPanel.Size = new System.Drawing.Size(309, 150); // 大幅增加TopToolStripPanel的高度确保能明显看到多行按钮
// //
// dataGridViewTempDiff // dataGridViewTempDiff
// //