From 5133287d553ce13b5598ff8ff5eb5704e588bde1 Mon Sep 17 00:00:00 2001 From: kougyokugentou <41278462+kougyokugentou@users.noreply.github.com> Date: Thu, 4 Jun 2020 09:38:21 -0700 Subject: [PATCH] Update address box size and publish --- DBWizard.csproj | 2 +- Form1.Designer.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DBWizard.csproj b/DBWizard.csproj index dea68c4..cb6b26b 100644 --- a/DBWizard.csproj +++ b/DBWizard.csproj @@ -29,7 +29,7 @@ en DBWizard Kent Youth Services - 4 + 5 1.0.0.%2a false true diff --git a/Form1.Designer.cs b/Form1.Designer.cs index 058188c..0ba2b34 100644 --- a/Form1.Designer.cs +++ b/Form1.Designer.cs @@ -424,7 +424,7 @@ this.addressTextBox.Location = new System.Drawing.Point(335, 436); this.addressTextBox.Multiline = true; this.addressTextBox.Name = "addressTextBox"; - this.addressTextBox.Size = new System.Drawing.Size(167, 66); + this.addressTextBox.Size = new System.Drawing.Size(167, 118); this.addressTextBox.TabIndex = 7; this.addressTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.String_TextBox_Validating); //