From a2197fe121e5de992a041b4d11495600cd7204ce Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Mon, 1 Nov 2021 18:23:02 +0000 Subject: Change default password character to full-stop. --- src/entry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/entry.c') diff --git a/src/entry.c b/src/entry.c index 1f1a5b8..fe2953c 100644 --- a/src/entry.c +++ b/src/entry.c @@ -165,7 +165,7 @@ void calculate_font_extents(struct entry *entry, uint32_t scale) * To calculate the size of the password box, we do the following: * 1. Load the font we're going to use. * 2. Create a string of the desired length using the specified - * password character, e.g. "·······". + * password character, e.g. ".......". * 3. Render the string with Pango in some abstract layout. * 4. Measure the bounding box of the layout. * 5. Add on the size of the border / outline. -- cgit v1.2.3