Skip to content

Commit 1b2a8a5

Browse files
committed
Improve notification icon alignment
1 parent bea5c60 commit 1b2a8a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/displayapp/screens/PineTimeStyle.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ PineTimeStyle::PineTimeStyle(DisplayApp* app,
112112

113113
notificationIcon = lv_label_create(lv_scr_act(), nullptr);
114114
lv_obj_set_style_local_text_color(notificationIcon, LV_LABEL_PART_MAIN, LV_STATE_DEFAULT, LV_COLOR_BLACK);
115-
lv_obj_align(notificationIcon, sidebar, LV_ALIGN_IN_TOP_MID, 0, 40);
115+
lv_obj_align(notificationIcon, sidebar, LV_ALIGN_IN_TOP_MID, 0, 50);
116116

117117
// Calendar icon
118118
calendarOuter = lv_obj_create(lv_scr_act(), nullptr);

0 commit comments

Comments
 (0)