strikeout slightly thinner to make password easier to read on plants
This commit is contained in:
parent
40a71c1134
commit
fca083a8fe
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue