From 849c4e5a07ef3e3b9a7274665eb0d23f88ebe6b2 Mon Sep 17 00:00:00 2001 From: Chatblanc77 <107761260+Chatblanc77@users.noreply.github.com> Date: Wed, 28 Sep 2022 13:52:16 +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 3956c4b3..1af297d6 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, -23, 0); + lv_obj_align(label, NULL, LV_ALIGN_IN_BOTTOM_RIGHT, -27, 0); #endif return screen; }