From 50709a1775530fa45b76525e2cc638620ff29988 Mon Sep 17 00:00:00 2001 From: 409 Date: Tue, 21 May 2024 22:15:44 +0200 Subject: [PATCH] feat: improved the input's vertical alignment --- src/runner/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runner/mod.rs b/src/runner/mod.rs index c5c243b..fa05615 100644 --- a/src/runner/mod.rs +++ b/src/runner/mod.rs @@ -191,7 +191,7 @@ impl Runner { let rect = Rect::new( PADDING.into(), - PADDING.into(), + (PADDING - 3).into(), surface.width(), surface.height(), );