From a1593403d12e8185e7a3416963bc19a2742a930a Mon Sep 17 00:00:00 2001 From: Glazelf Date: Tue, 8 Jun 2021 13:20:02 +0200 Subject: [PATCH] force lowercase on image names --- DiscordRPC.WinForms/Main.Designer.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DiscordRPC.WinForms/Main.Designer.cs b/DiscordRPC.WinForms/Main.Designer.cs index 72c8939..2ead734 100644 --- a/DiscordRPC.WinForms/Main.Designer.cs +++ b/DiscordRPC.WinForms/Main.Designer.cs @@ -200,6 +200,7 @@ private void InitializeComponent() // SmallImageKeyText // this.SmallImageKeyText.AccessibleName = "SmallImageKeyText"; + this.SmallImageKeyText.CharacterCasing = System.Windows.Forms.CharacterCasing.Lower; this.SmallImageKeyText.Location = new System.Drawing.Point(124, 35); this.SmallImageKeyText.Name = "SmallImageKeyText"; this.SmallImageKeyText.Size = new System.Drawing.Size(113, 23); @@ -228,6 +229,7 @@ private void InitializeComponent() // LargeImageKeyText // this.LargeImageKeyText.AccessibleName = "LargeImageKeyText"; + this.LargeImageKeyText.CharacterCasing = System.Windows.Forms.CharacterCasing.Lower; this.LargeImageKeyText.Location = new System.Drawing.Point(124, 6); this.LargeImageKeyText.Name = "LargeImageKeyText"; this.LargeImageKeyText.Size = new System.Drawing.Size(113, 23);