Skip to content

Commit

Permalink
fix text pos
Browse files Browse the repository at this point in the history
  • Loading branch information
xMasterX committed Feb 20, 2025
1 parent 9ff141a commit 9378a6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ void infrared_scene_universal_projector_on_enter(void* context) {
button_panel_add_icon(button_panel, 4, 109, &I_pause_text_23x5);

button_panel_add_label(button_panel, 10, 11, FontPrimary, "Projector");
button_panel_add_icon(button_panel, 17, 72, &I_vol_ac_text_30x30);
button_panel_add_icon(button_panel, 34, 68, &I_vol_ac_text_30x30);

infrared_scene_universal_common_on_enter(context);
}
Expand Down

0 comments on commit 9378a6f

Please sign in to comment.