From 49780df7e80f33e4f0f205c47e75a66d499f06c5 Mon Sep 17 00:00:00 2001 From: kougyokugentou <41278462+kougyokugentou@users.noreply.github.com> Date: Thu, 4 Jun 2020 09:05:54 -0700 Subject: [PATCH] Found the button was not showing all text, resize. --- SchoolEditor.Designer.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SchoolEditor.Designer.cs b/SchoolEditor.Designer.cs index 6912d4d..71dae67 100644 --- a/SchoolEditor.Designer.cs +++ b/SchoolEditor.Designer.cs @@ -69,7 +69,7 @@ this.btnAddSchool.Font = new System.Drawing.Font("Sitka Display", 10.875F); this.btnAddSchool.Location = new System.Drawing.Point(243, 26); this.btnAddSchool.Name = "btnAddSchool"; - this.btnAddSchool.Size = new System.Drawing.Size(101, 74); + this.btnAddSchool.Size = new System.Drawing.Size(109, 89); this.btnAddSchool.TabIndex = 3; this.btnAddSchool.Text = "Add School"; this.btnAddSchool.UseVisualStyleBackColor = true; @@ -83,7 +83,7 @@ // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(362, 123); + this.ClientSize = new System.Drawing.Size(364, 133); this.Controls.Add(this.btnAddSchool); this.Controls.Add(schoolNameLabel); this.Controls.Add(this.schoolNameTextBox);