From cc6094d72c627f6a5f630ff0cb77810b9d091c5c Mon Sep 17 00:00:00 2001 From: Chatblanc77 <107761260+Chatblanc77@users.noreply.github.com> Date: Thu, 22 Sep 2022 14:10:34 +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 6483d269..2340f272 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_TOP_LEFT, 0, 0); + lv_obj_align(label, NULL, LV_ALIGN_IN_BOTTOM_RIGHT, -25, 0); #endif return screen; }