feat: improved the input's vertical alignment

This commit is contained in:
2024-05-21 22:15:44 +02:00
parent ff4a662b48
commit 50709a1775

View File

@@ -191,7 +191,7 @@ impl Runner {
let rect = Rect::new(
PADDING.into(),
PADDING.into(),
(PADDING - 3).into(),
surface.width(),
surface.height(),
);