Update status_screen.c

This commit is contained in:
Chatblanc77 2022-09-28 13:52:16 +07:00 committed by GitHub
parent 06cf962b9a
commit 849c4e5a07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}