From ca8c2f445a3d98af7764a657065aae54e9cca88e Mon Sep 17 00:00:00 2001 From: Dima Krasner Date: Sat, 20 Aug 2022 09:33:11 +0000 Subject: Fix double scaling of min-input-width. --- src/config.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/config.c b/src/config.c index df4a2f2..3cbb18b 100644 --- a/src/config.c +++ b/src/config.c @@ -382,7 +382,6 @@ void config_fixup_values(struct tofi *tofi) entry->input_width *= scale; entry->outline_width *= scale; entry->border_width *= scale; - entry->input_width *= scale; } /* These values should only be scaled if they're not percentages. */ -- cgit v1.2.3