From ce4261caea9546f939f42e1f6f185687bca51629 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Trzci=C5=84ski?= Date: Sat, 26 Nov 2022 11:09:58 +0100 Subject: [PATCH] Fix `FanControl` broken context menu --- FanControl/FanControlForm.Designer.cs | 3 +-- RELEASE.md | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FanControl/FanControlForm.Designer.cs b/FanControl/FanControlForm.Designer.cs index 2c32ba7..72fb8a1 100644 --- a/FanControl/FanControlForm.Designer.cs +++ b/FanControl/FanControlForm.Designer.cs @@ -1,4 +1,4 @@ -namespace FanControl +namespace FanControl { partial class FanControlForm { @@ -77,7 +77,6 @@ // // contextMenu // - this.contextMenu.ImageScalingSize = new System.Drawing.Size(32, 32); this.contextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripMenuItem2, this.toolStripSeparator3, diff --git a/RELEASE.md b/RELEASE.md index 691f435..bc3871c 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,6 +1,7 @@ ## 0.5.x - Introduce SteamController that provides 3 main modes of operation Desktop, X360 and Steam +- Fix `FanControl` broken context menu ## 0.4.x