forked from kofal.net/zmk
fix(displays): Adjust alignment and spacing
* Adjust alignment and spacing * Fix char array lengths
This commit is contained in:
@@ -68,7 +68,7 @@ lv_obj_t *zmk_display_status_screen() {
|
||||
|
||||
#if IS_ENABLED(CONFIG_ZMK_WIDGET_WPM_STATUS)
|
||||
zmk_widget_wpm_status_init(&wpm_status_widget, screen);
|
||||
lv_obj_align(zmk_widget_wpm_status_obj(&wpm_status_widget), NULL, LV_ALIGN_IN_BOTTOM_RIGHT, -12,
|
||||
lv_obj_align(zmk_widget_wpm_status_obj(&wpm_status_widget), NULL, LV_ALIGN_IN_BOTTOM_RIGHT, 0,
|
||||
0);
|
||||
#endif
|
||||
return screen;
|
||||
|
||||
Reference in New Issue
Block a user