mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-20 04:54:45 -07:00
Update TOTP
This commit is contained in:
4
applications/external/totp/ui/ui_controls.c
vendored
4
applications/external/totp/ui/ui_controls.c
vendored
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user