mirror of
https://github.com/tribufu/ServerGridEditor
synced 2026-05-06 07:07:32 +00:00
fix missing space in button label (#19)
This commit is contained in:
parent
aa84e644e5
commit
56ffa20d3f
1 changed files with 1 additions and 1 deletions
2
Src/ServerGridEditor/Forms/MainForm.Designer.cs
generated
2
Src/ServerGridEditor/Forms/MainForm.Designer.cs
generated
|
|
@ -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);
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue