summaryrefslogtreecommitdiff
path: root/src/ui_elements/UI.h
diff options
context:
space:
mode:
authorPhysick <96335032+DegustatorPonos@users.noreply.github.com>2026-07-10 00:02:55 +0500
committerPhysick <96335032+DegustatorPonos@users.noreply.github.com>2026-07-10 00:04:44 +0500
commit55ef21312888cbfb9d449eee8f7958b74f85ac7c (patch)
treeba819c6f1bc03c711e8cf1ad069be30a95e9f4f6 /src/ui_elements/UI.h
parent90988da0bdae2c56366abb01f402a0cd34279143 (diff)
more work on an editor
Diffstat (limited to 'src/ui_elements/UI.h')
-rw-r--r--src/ui_elements/UI.h1
1 files changed, 1 insertions, 0 deletions
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);