From 55ef21312888cbfb9d449eee8f7958b74f85ac7c Mon Sep 17 00:00:00 2001 From: Physick <96335032+DegustatorPonos@users.noreply.github.com> Date: Fri, 10 Jul 2026 00:02:55 +0500 Subject: more work on an editor --- src/ui_elements/UI.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ui_elements/UI.h') diff --git a/src/ui_elements/UI.h b/src/ui_elements/UI.h index 779290f..eaf17e8 100644 --- a/src/ui_elements/UI.h +++ b/src/ui_elements/UI.h @@ -5,6 +5,7 @@ #define UI_ELEMENTS_H static const float SCROLL_SENC = 10; +static const float TAB_WIDTH = 4; void DrawRecBordered(Rectangle rec, Color bg, Color border_color, int border_width); void DrawTextInRec(Rectangle rec, char *text, Font *font, int height, Color color, float padding, int *scroll); -- cgit v1.3