feat: improved the input's vertical alignment
This commit is contained in:
@@ -191,7 +191,7 @@ impl Runner {
|
|||||||
|
|
||||||
let rect = Rect::new(
|
let rect = Rect::new(
|
||||||
PADDING.into(),
|
PADDING.into(),
|
||||||
PADDING.into(),
|
(PADDING - 3).into(),
|
||||||
surface.width(),
|
surface.width(),
|
||||||
surface.height(),
|
surface.height(),
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user