aboutsummaryrefslogtreecommitdiff
path: root/src/main.odin
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.odin')
-rw-r--r--src/main.odin3
1 files changed, 2 insertions, 1 deletions
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)