adjust some width

This commit is contained in:
2026-05-12 08:32:09 +08:00
parent 6dad547dcd
commit c41074b6f6
2 changed files with 4 additions and 4 deletions

View File

@@ -61,7 +61,7 @@ namespace Reader
dgv.Location = new Point(12, 59);
dgv.Name = "dgv";
dgv.ReadOnly = true;
dgv.Size = new Size(748, 332);
dgv.Size = new Size(770, 332);
dgv.TabIndex = 2;
dgv.CellClick += dgv_CellClick;
//