Fix aligment of time labels

This commit is contained in:
Diego Miguel
2022-03-03 22:22:33 +01:00
parent f1f7fb7f49
commit 6eb5b99aa6
2 changed files with 9 additions and 3 deletions

View File

@@ -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;