From e4b96cc66d8c4269661745ce187cb58c852542d3 Mon Sep 17 00:00:00 2001 From: physick Date: Mon, 31 Aug 2026 17:16:44 +0500 Subject: transitions --- src/ui_elements/UI.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ui_elements') diff --git a/src/ui_elements/UI.h b/src/ui_elements/UI.h index 3665de8..e48804e 100644 --- a/src/ui_elements/UI.h +++ b/src/ui_elements/UI.h @@ -13,6 +13,7 @@ static const float TAB_WIDTH = 4; static const int PADDING = 10; static const int HEADER_FONT_SIZE = 50; +static const int TEXT_FONT_SIZE = 20; static const int EDITOR_PADDING = 3; static const int BORDER = 2; static const int FOOTER_HEIGHT = 30; -- cgit v1.3