mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 17:28:27 -04:00
change: strikeout slightly thinner to make password easier to read on plants
This commit is contained in:
@@ -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
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user