diff options
| author | Steveis <SteveAmor@users.noreply.github.com> | 2021-10-23 07:21:55 (GMT) |
|---|---|---|
| committer | JF <JF002@users.noreply.github.com> | 2021-12-02 20:47:08 (GMT) |
| commit | b8dfad40bbdebea1bfde1fc267b245cfaf68be8a (patch) | |
| tree | 92c1127aba99e69eb175e6a7a8ca3ab1b613acf9 /src | |
| parent | 054a99cf6c6a8eff181724ceebd5cd3539c62743 (diff) | |
WatchFaceAnalog : move notification icon
Standardise notification icon to display in top left.
Diffstat (limited to 'src')
| -rw-r--r-- | src/displayapp/screens/WatchFaceAnalog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/screens/WatchFaceAnalog.cpp b/src/displayapp/screens/WatchFaceAnalog.cpp index bc720ec..f027a74 100644 --- a/src/displayapp/screens/WatchFaceAnalog.cpp +++ b/src/displayapp/screens/WatchFaceAnalog.cpp @@ -75,7 +75,7 @@ WatchFaceAnalog::WatchFaceAnalog(Pinetime::Applications::DisplayApp* app, notificationIcon = lv_label_create(lv_scr_act(), NULL); lv_obj_set_style_local_text_color(notificationIcon, LV_LABEL_PART_MAIN, LV_STATE_DEFAULT, lv_color_hex(0x00FF00)); lv_label_set_text(notificationIcon, NotificationIcon::GetIcon(false)); - lv_obj_align(notificationIcon, NULL, LV_ALIGN_IN_BOTTOM_LEFT, 0, 0); + lv_obj_align(notificationIcon, NULL, LV_ALIGN_IN_TOP_LEFT, 0, 0); // Date - Day / Week day |
