diff options
| author | physick <mynameisgennadiy@vk.com> | 2026-08-31 17:16:44 +0500 |
|---|---|---|
| committer | physick <mynameisgennadiy@vk.com> | 2026-08-31 17:16:44 +0500 |
| commit | e4b96cc66d8c4269661745ce187cb58c852542d3 (patch) | |
| tree | 4268a1ee350a9d762694e1de8803493ba4237bb1 /src/scenes/resultView.c | |
| parent | b45620544427306854a28a5163fafd45b007acc2 (diff) | |
transitions
Diffstat (limited to 'src/scenes/resultView.c')
| -rw-r--r-- | src/scenes/resultView.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/scenes/resultView.c b/src/scenes/resultView.c index e51898e..0017d5a 100644 --- a/src/scenes/resultView.c +++ b/src/scenes/resultView.c @@ -7,7 +7,6 @@ #include "../ui_elements/UI.h" #include "../resources/resources.h" -static const int SCROLL_SPEED = 10; static const uint8_t MAX_TINT = 96; typedef struct { @@ -62,7 +61,7 @@ bool drawResultView(void *self) { DrawRecBordered(body, WHITE, data->value->result == RESULT_OK ? COLORSCHEME_GREEN : COLORSCHEME_ORANGE, BORDER); DrawTextInRec(body, data->value->stdout_sb, - GetMainFont(), 20, COLORSCHEME_BROWN, 3, &data->scroll); + GetMainFont(), TEXT_FONT_SIZE, COLORSCHEME_BROWN, 3, &data->scroll); return true; } |
