From b23d2ea79620ff17333cb740baaed273ca2b3b2b Mon Sep 17 00:00:00 2001 From: Mike Griese Date: Mon, 22 Sep 2025 09:54:53 -0500 Subject: [PATCH] sizing is better --- .../cmdpal/Microsoft.CmdPal.UI/Helpers/IconCacheService.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/cmdpal/Microsoft.CmdPal.UI/Helpers/IconCacheService.cs b/src/modules/cmdpal/Microsoft.CmdPal.UI/Helpers/IconCacheService.cs index 951bdb49be..b1e90d0f1c 100644 --- a/src/modules/cmdpal/Microsoft.CmdPal.UI/Helpers/IconCacheService.cs +++ b/src/modules/cmdpal/Microsoft.CmdPal.UI/Helpers/IconCacheService.cs @@ -199,8 +199,8 @@ public sealed class IconCacheService }; var rect = new RECT { }; renderTarget3.DrawGlyphRunWithColorSupport( - -size / 9, - (float)32.0f, + -4, + (float)30.0f, DWRITE_MEASURING_MODE.DWRITE_MEASURING_MODE_NATURAL, in run, renderingParams,