summaryrefslogtreecommitdiff
path: root/src/ui_elements
diff options
context:
space:
mode:
authorphysick <mynameisgennadiy@vk.com>2026-08-31 17:16:44 +0500
committerphysick <mynameisgennadiy@vk.com>2026-08-31 17:16:44 +0500
commite4b96cc66d8c4269661745ce187cb58c852542d3 (patch)
tree4268a1ee350a9d762694e1de8803493ba4237bb1 /src/ui_elements
parentb45620544427306854a28a5163fafd45b007acc2 (diff)
transitions
Diffstat (limited to 'src/ui_elements')
-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 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;