From d0b12a01419254116315251cde1cf912383575f9 Mon Sep 17 00:00:00 2001 From: kougyoku Date: Tue, 22 Oct 2019 08:01:28 -0700 Subject: [PATCH] Update customer view font size. --- QueueSys/frmCustomerView.Designer.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/QueueSys/frmCustomerView.Designer.cs b/QueueSys/frmCustomerView.Designer.cs index fc13cf2..cca3e84 100644 --- a/QueueSys/frmCustomerView.Designer.cs +++ b/QueueSys/frmCustomerView.Designer.cs @@ -58,12 +58,12 @@ this.dgvCustomerView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.dgvCustomerView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvCustomerView.Dock = System.Windows.Forms.DockStyle.Fill; - this.dgvCustomerView.Font = new System.Drawing.Font("Times New Roman", 20F); + this.dgvCustomerView.Font = new System.Drawing.Font("Times New Roman", 30F); this.dgvCustomerView.Location = new System.Drawing.Point(0, 0); this.dgvCustomerView.Name = "dgvCustomerView"; this.dgvCustomerView.ReadOnly = true; this.dgvCustomerView.RowHeadersWidth = 62; - this.dgvCustomerView.RowTemplate.Height = 28; + this.dgvCustomerView.RowTemplate.Height = 50; this.dgvCustomerView.Size = new System.Drawing.Size(1029, 618); this.dgvCustomerView.TabIndex = 0; //