Fixed label capitalisation on options dialog box

This commit is contained in:
Ray 2022-12-23 22:00:50 +00:00
parent 7512811921
commit e6818c28e8
1 changed files with 2 additions and 2 deletions

View File

@ -301,9 +301,9 @@ namespace FizzyLauncher
this.label3.Margin = new System.Windows.Forms.Padding(0);
this.label3.Name = "label3";
this.label3.Padding = new System.Windows.Forms.Padding(0, 9, 0, 10);
this.label3.Size = new System.Drawing.Size(111, 34);
this.label3.Size = new System.Drawing.Size(112, 34);
this.label3.TabIndex = 195;
this.label3.Text = "Show toolbar menu";
this.label3.Text = "Show Toolbar Menu";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// OptionsForm