Fix unaligned checkmark in checkbox

This commit is contained in:
Héctor Ramón Jiménez 2025-05-03 22:29:14 +02:00
parent f031b99196
commit 6a1f99e99d
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -421,7 +421,7 @@ where
shaping: *shaping,
wrapping: text::Wrapping::default(),
},
bounds.position(),
bounds.center(),
style.icon_color,
*viewport,
);