strikeout slightly thinner to make password easier to read on plants

This commit is contained in:
Toastie (DCS Team) 2024-11-04 19:24:53 +13:00
parent 40a71c1134
commit fca083a8fe
Signed by: toastie_t0ast
GPG key ID: 27F3B6855AFD40A4

View file

@ -169,7 +169,7 @@ public class PlantPickService : IEService, 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
}; };