aboutsummaryrefslogtreecommitdiff
path: root/src/main.odin
diff options
context:
space:
mode:
authorSan Jacobs2023-10-13 19:11:55 +0200
committerSan Jacobs2023-10-13 19:11:55 +0200
commit1197fa1b73bb60dd7bbc67d046e5f8172c3dcfab (patch)
tree424c21a89d349f33b3c593b4bbcd82191074ef8f /src/main.odin
parenta8ae49ea33b9575597012cb5b3927583184c4c73 (diff)
downloadsatscalc-1197fa1b73bb60dd7bbc67d046e5f8172c3dcfab.tar.gz
satscalc-1197fa1b73bb60dd7bbc67d046e5f8172c3dcfab.tar.bz2
satscalc-1197fa1b73bb60dd7bbc67d046e5f8172c3dcfab.zip
Added text justification setting
Diffstat (limited to 'src/main.odin')
-rw-r--r--src/main.odin2
1 files changed, 1 insertions, 1 deletions
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)