From 3acef04b323e125bdb617b0f73ce7c0718fa074b Mon Sep 17 00:00:00 2001 From: Kwoth Date: Sun, 3 Nov 2024 13:45:12 +0000 Subject: [PATCH] change: strikeout slightly thinner to make password easier to read on plants --- src/NadekoBot/Modules/Gambling/PlantPick/PlantPickService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NadekoBot/Modules/Gambling/PlantPick/PlantPickService.cs b/src/NadekoBot/Modules/Gambling/PlantPick/PlantPickService.cs index a66f77c60..491e5539e 100644 --- a/src/NadekoBot/Modules/Gambling/PlantPick/PlantPickService.cs +++ b/src/NadekoBot/Modules/Gambling/PlantPick/PlantPickService.cs @@ -169,7 +169,7 @@ public class PlantPickService : INService, IExecNoCommand Start = 0, End = pass.GetGraphemeCount(), Font = font, - StrikeoutPen = new SolidPen(Color.White, 3), + StrikeoutPen = new SolidPen(Color.White, 2), TextDecorations = TextDecorations.Strikeout };