From 06cf962b9ad873ef915adb471d85d79d5fd6ce53 Mon Sep 17 00:00:00 2001 From: Chatblanc77 <107761260+Chatblanc77@users.noreply.github.com> Date: Tue, 27 Sep 2022 14:33:59 +0700 Subject: [PATCH] Update status_screen.c --- app/src/display/status_screen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/display/status_screen.c b/app/src/display/status_screen.c index 2340f272..3956c4b3 100644 --- a/app/src/display/status_screen.c +++ b/app/src/display/status_screen.c @@ -87,7 +87,7 @@ lv_obj_t *zmk_display_status_screen() { LV_LABEL_PART_MAIN, LV_STATE_DEFAULT, lv_theme_get_font_small()); lv_label_set_text(label, CONFIG_ZMK_WIDGET_LABEL_TEXT); - lv_obj_align(label, NULL, LV_ALIGN_IN_BOTTOM_RIGHT, -25, 0); + lv_obj_align(label, NULL, LV_ALIGN_IN_BOTTOM_RIGHT, -23, 0); #endif return screen; }