From 87dbd64c73f81564cf2ee7eccfe9c0f403a1e352 Mon Sep 17 00:00:00 2001 From: Markus Hofknecht Date: Thu, 20 Oct 2022 17:46:55 +0200 Subject: [PATCH] [BUG] Blurry tray icon (#462), version 1.3.1.8 --- Config/Config.cs | 2 +- README.md | 2 +- UserInterface/AppContextMenu.cs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Config/Config.cs b/Config/Config.cs index cd1acb5..aea4de6 100644 --- a/Config/Config.cs +++ b/Config/Config.cs @@ -18,7 +18,7 @@ namespace SystemTrayMenu public static class Config { - private static readonly Icon SystemTrayMenu = Properties.Resources.SystemTrayMenu; + private static readonly Icon SystemTrayMenu = new Icon(Properties.Resources.SystemTrayMenu, SystemInformation.SmallIconSize); private static readonly Icon IconRootFolder = GetIconSTA(Path, Path, false, IconSize.Small, true); private static bool readDarkModeDone; diff --git a/README.md b/README.md index 064471a..80797fc 100644 --- a/README.md +++ b/README.md @@ -240,7 +240,7 @@ Special thanks to our productive contibutors! Thanks for ideas, reporting issues and contributing! -[Mario Sedlmayr](https://github.com/verdammt89x), +#462 [Mario Sedlmayr](https://github.com/verdammt89x), #123 [Mordecai00](https://github.com/Mordecai00), #125 [Holgermh](https://github.com/Holgermh), #135 #153 #154 #164 [jakkaas](https://github.com/jakkaas), diff --git a/UserInterface/AppContextMenu.cs b/UserInterface/AppContextMenu.cs index 56daea2..8aba5af 100644 --- a/UserInterface/AppContextMenu.cs +++ b/UserInterface/AppContextMenu.cs @@ -83,7 +83,7 @@ namespace SystemTrayMenu.Helper aboutBox.AppMoreInfo += "(Version 3, 29 June 2007)" + Environment.NewLine; aboutBox.AppMoreInfo += "Thanks for ideas, reporting issues and contributing!" + Environment.NewLine; - aboutBox.AppMoreInfo += "#123 Mordecai00, #125 Holgermh, #135 #153 #154 #164 jakkaas, #145 Pascal Aloy, #153 #158 #160 blackcrack,"; + aboutBox.AppMoreInfo += "#462 verdammt89x, #123 Mordecai00, #125 Holgermh, #135 #153 #154 #164 jakkaas, #145 Pascal Aloy, #153 #158 #160 blackcrack,"; aboutBox.AppMoreInfo += "#162 HansieNL, #163 igorruckert, #171 kehoen, #186 Dtrieb, #188 #189 #191 #195 iJahangard, #195 #197 #225 #238 the-phuctran, "; aboutBox.AppMoreInfo += "#205 kristofzerbe, #209 jonaskohl, #211 blacksparrow15, #220 #403 Yavuz E., #229 #230 #239 Peter O., #231 Ryonez, "; aboutBox.AppMoreInfo += "#235 #242 243 #247, #271 Tom, #237 Torsten S., #240 video Patrick, #244 Gunter D., #246 #329 MACE4GITHUB, #259 #310 vanjac, ";