From a26804b8b6f2af0ddcaa78d23665cfa20b759e68 Mon Sep 17 00:00:00 2001 From: pdxlocations Date: Wed, 22 Oct 2025 07:56:59 -0700 Subject: [PATCH] adjust splash --- contact/ui/splash.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contact/ui/splash.py b/contact/ui/splash.py index 83052a8..c4504a8 100644 --- a/contact/ui/splash.py +++ b/contact/ui/splash.py @@ -22,7 +22,7 @@ def draw_splash(stdscr: object) -> None: stdscr.addstr(start_y + 1, start_x - 1, message_2, get_color("splash_logo", bold=True)) stdscr.addstr(start_y + 2, start_x - 2, message_3, get_color("splash_logo", bold=True)) stdscr.addstr(start_y + 4, start_x2, message_4, get_color("splash_text")) - stdscr.move(start_y + 6, 0) + stdscr.move(start_y + 5, start_x2) stdscr.attrset(get_color("window_frame")) stdscr.box()