Skip to content

Commit

Permalink
I think this is it
Browse files Browse the repository at this point in the history
  • Loading branch information
ctranstrum committed Feb 23, 2024
1 parent 514c95e commit 1aabde1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/boards/shields/dongle_display/widgets/output_status.c
Original file line number Diff line number Diff line change
Expand Up @@ -181,10 +181,10 @@ int zmk_widget_output_status_init(struct zmk_widget_output_status *widget, lv_ob
lv_img_set_src(bt, &sym_bt);

lv_obj_t *bt_number = lv_img_create(widget->obj);
lv_obj_align_to(bt_number, bt, LV_ALIGN_OUT_RIGHT_TOP, 2, 6);
lv_obj_align_to(bt_number, bt, LV_ALIGN_OUT_RIGHT_TOP, 4, 5);

lv_obj_t *bt_status = lv_img_create(widget->obj);
lv_obj_align_to(bt_status, bt, LV_ALIGN_OUT_RIGHT_TOP, 2, -2);
lv_obj_align_to(bt_status, bt, LV_ALIGN_OUT_RIGHT_TOP, 5, -3);

static lv_style_t style_line;
lv_style_init(&style_line);
Expand Down

0 comments on commit 1aabde1

Please sign in to comment.