From d6cb7ac37d86d0c4ee03982813b94275fd62016a Mon Sep 17 00:00:00 2001 From: San Jacobs Date: Sat, 14 Oct 2023 12:18:23 +0200 Subject: Added cute padding to text --- src/main.odin | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/main.odin') diff --git a/src/main.odin b/src/main.odin index 9689598..ac3f693 100644 --- a/src/main.odin +++ b/src/main.odin @@ -151,9 +151,10 @@ when true { top_bar := panel(BGCOLOR) oui.set_cut(master_container, .Top) oui.set_height(top_bar, 30) + oui.set_margin(top_bar, 6) oui.item_insert(master_container, top_bar) - date_label := label("Date", font) + date_label := label("Date", font, .Left) oui.item_insert(top_bar, date_label) bottom_bar := panel(PBGCOLOR) -- cgit v1.2.1