Fixed label capitalisation on options dialog box
This commit is contained in:
parent
7512811921
commit
e6818c28e8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user