Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

Commit

Permalink
Fix frequency error message positon --nobuild
Browse files Browse the repository at this point in the history
  • Loading branch information
Willy-JL committed Feb 9, 2024
1 parent fe22543 commit e418b3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions applications/main/subghz/subghz_i.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ void subghz_dialog_message_freq_error(SubGhz* subghz, bool only_rx) {
message_text = "Frequency\nis outside of\ndefault range.\nCheck docs.";
}

dialog_message_set_header(message, header_text, 63, 0, AlignCenter, AlignTop);
dialog_message_set_text(message, message_text, 1, 13, AlignLeft, AlignTop);
dialog_message_set_header(message, header_text, 64, 3, AlignCenter, AlignTop);
dialog_message_set_text(message, message_text, 3, 23, AlignLeft, AlignTop);

dialog_message_set_icon(message, &I_WarningDolphinFlip_45x42, 83, 22);

Expand Down

0 comments on commit e418b3f

Please sign in to comment.