aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/WatchFaceInfineat.h
diff options
context:
space:
mode:
authorDiego Miguel <dmlls@diegomiguel.me>2022-03-03 22:22:33 +0100
committerDiego Miguel <dmlls@diegomiguel.me>2022-06-11 16:56:35 +0200
commit6eb5b99aa69cb00119b6333fbd6015c6f8a3d95b (patch)
tree869de279e9853f7e3fbe1afa2748457b488520fa /src/displayapp/screens/WatchFaceInfineat.h
parentf1f7fb7f49b132400f2bbc9c8e09e0fd17df6efc (diff)
Fix aligment of time labels
Diffstat (limited to 'src/displayapp/screens/WatchFaceInfineat.h')
-rw-r--r--src/displayapp/screens/WatchFaceInfineat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/displayapp/screens/WatchFaceInfineat.h b/src/displayapp/screens/WatchFaceInfineat.h
index afc25393..bcfdd73b 100644
--- a/src/displayapp/screens/WatchFaceInfineat.h
+++ b/src/displayapp/screens/WatchFaceInfineat.h
@@ -89,6 +89,7 @@ namespace Pinetime {
lv_obj_t* logoPine;
+ lv_obj_t* timeContainer;
lv_obj_t* labelHour;
lv_obj_t* labelMinutes;
lv_obj_t* labelTimeAmPm;