From 9b172f7da62c3092f98322334f9fe274851fca63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Trzci=C5=84ski?= Date: Sun, 27 Nov 2022 09:34:55 +0100 Subject: [PATCH] Fix small bug with `FanControlForm` having wrong checked images buttons on context --- FanControl/FanControlForm.Designer.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/FanControl/FanControlForm.Designer.cs b/FanControl/FanControlForm.Designer.cs index 72fb8a1..79564c5 100644 --- a/FanControl/FanControlForm.Designer.cs +++ b/FanControl/FanControlForm.Designer.cs @@ -141,7 +141,6 @@ namespace FanControl // // menuStrip1 // - this.menuStrip1.ImageScalingSize = new System.Drawing.Size(32, 32); this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fanModeSelectMenu, this.controlToolStripMenuItem});