change: strikeout slightly thinner to make password easier to read on plants

This commit is contained in:
Kwoth
2024-11-03 13:45:12 +00:00
parent 83a1d959b1
commit 3acef04b32

View File

@@ -169,7 +169,7 @@ public class PlantPickService : INService, IExecNoCommand
Start = 0, Start = 0,
End = pass.GetGraphemeCount(), End = pass.GetGraphemeCount(),
Font = font, Font = font,
StrikeoutPen = new SolidPen(Color.White, 3), StrikeoutPen = new SolidPen(Color.White, 2),
TextDecorations = TextDecorations.Strikeout TextDecorations = TextDecorations.Strikeout
}; };