Update status_screen.c
This commit is contained in:
parent
6a539dd3b0
commit
06cf962b9a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue