From e6818c28e85ed3e9bccdb41323d5da201142dab6 Mon Sep 17 00:00:00 2001 From: Ray Date: Fri, 23 Dec 2022 22:00:50 +0000 Subject: [PATCH] Fixed label capitalisation on options dialog box --- OptionsForm.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OptionsForm.cs b/OptionsForm.cs index 1c2e5d7..cf97853 100644 --- a/OptionsForm.cs +++ b/OptionsForm.cs @@ -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