Skip to content

Commit ca8c2f4

Browse files
authored
Fix double scaling of min-input-width.
1 parent 7d9a1c9 commit ca8c2f4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/config.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,6 @@ void config_fixup_values(struct tofi *tofi)
382382
entry->input_width *= scale;
383383
entry->outline_width *= scale;
384384
entry->border_width *= scale;
385-
entry->input_width *= scale;
386385
}
387386

388387
/* These values should only be scaled if they're not percentages. */

0 commit comments

Comments
 (0)