Update TOTP

This commit is contained in:
Willy-JL
2023-04-09 19:52:56 +01:00
parent 80b1e73989
commit 769d44d793
32 changed files with 121 additions and 128 deletions

View File

@@ -2,8 +2,8 @@
#include <totp_icons.h>
#include "constants.h"
#define TEXT_BOX_HEIGHT 13
#define TEXT_BOX_MARGIN 4
#define TEXT_BOX_HEIGHT (13)
#define TEXT_BOX_MARGIN (4)
void ui_control_text_box_render(
Canvas* const canvas,