Skip to content

Commit

Permalink
[FL-1435] correct text position for "Successfully written" msg #600
Browse files Browse the repository at this point in the history
Co-authored-by: あく <[email protected]>
  • Loading branch information
itsyourbedtime and skotopes authored Jul 23, 2021
1 parent d25dabe commit 413e3d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/ibutton/scene/ibutton-scene-write-success.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ void iButtonSceneWriteSuccess::on_enter(iButtonApp* app) {
auto callback = cbc::obtain_connector(this, &iButtonSceneWriteSuccess::popup_callback);

popup_set_icon(popup, 0, 12, &I_iButtonDolphinVerySuccess_108x52);
popup_set_text(popup, "Successfully written!", 44, 14, AlignLeft, AlignBottom);
popup_set_text(popup, "Successfully written!", 40, 12, AlignLeft, AlignBottom);

popup_set_callback(popup, callback);
popup_set_context(popup, app);
Expand Down

0 comments on commit 413e3d5

Please sign in to comment.