fix missing space in button label (#19)

This commit is contained in:
Andrew DeLisa 2018-12-29 00:37:16 -05:00 committed by GrapeshotGames
parent aa84e644e5
commit 56ffa20d3f

View file

@ -179,7 +179,7 @@
this.createProjBtn.Name = "createProjBtn";
this.createProjBtn.Size = new System.Drawing.Size(239, 84);
this.createProjBtn.TabIndex = 19;
this.createProjBtn.Text = "CreateProject";
this.createProjBtn.Text = "Create Project";
this.createProjBtn.UseVisualStyleBackColor = true;
this.createProjBtn.Click += new System.EventHandler(this.createProjBtn_Click);
//