Skip to content

Commit b8dfad4

Browse files
SteveAmorJF002
authored andcommitted
WatchFaceAnalog : move notification icon
Standardise notification icon to display in top left.
1 parent 054a99c commit b8dfad4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/displayapp/screens/WatchFaceAnalog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ WatchFaceAnalog::WatchFaceAnalog(Pinetime::Applications::DisplayApp* app,
7575
notificationIcon = lv_label_create(lv_scr_act(), NULL);
7676
lv_obj_set_style_local_text_color(notificationIcon, LV_LABEL_PART_MAIN, LV_STATE_DEFAULT, lv_color_hex(0x00FF00));
7777
lv_label_set_text(notificationIcon, NotificationIcon::GetIcon(false));
78-
lv_obj_align(notificationIcon, NULL, LV_ALIGN_IN_BOTTOM_LEFT, 0, 0);
78+
lv_obj_align(notificationIcon, NULL, LV_ALIGN_IN_TOP_LEFT, 0, 0);
7979

8080
// Date - Day / Week day
8181

0 commit comments

Comments
 (0)