From 1197fa1b73bb60dd7bbc67d046e5f8172c3dcfab Mon Sep 17 00:00:00 2001 From: San Jacobs Date: Fri, 13 Oct 2023 19:11:55 +0200 Subject: Added text justification setting --- src/main.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.odin') diff --git a/src/main.odin b/src/main.odin index 1ae20c6..e06639f 100644 --- a/src/main.odin +++ b/src/main.odin @@ -152,7 +152,7 @@ when true { oui.set_height(top_bar, 30) oui.item_insert(master_container, top_bar) - date_label := label("Date abcg", font) + date_label := label("Date", font) oui.item_insert(top_bar, date_label) bottom_bar := panel(PBGCOLOR) -- cgit v1.2.1