summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/PineTimeStyle.cpp
diff options
context:
space:
mode:
authorKieran Cawthray <kieranc@gmail.com>2021-11-16 18:18:56 +0100
committerKieran Cawthray <kieranc@gmail.com>2021-11-16 18:18:56 +0100
commit1b2a8a5a044d01978854b54fd30ed3737a041e9b (patch)
tree42cbad5180596cdaa9e91d908af6213479557ad8 /src/displayapp/screens/PineTimeStyle.cpp
parentbea5c60a11a9c5b97045093a356988de90bb46da (diff)
Improve notification icon alignment
Diffstat (limited to 'src/displayapp/screens/PineTimeStyle.cpp')
-rw-r--r--src/displayapp/screens/PineTimeStyle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/screens/PineTimeStyle.cpp b/src/displayapp/screens/PineTimeStyle.cpp
index 7c4ed696..0c295032 100644
--- a/src/displayapp/screens/PineTimeStyle.cpp
+++ b/src/displayapp/screens/PineTimeStyle.cpp
@@ -112,7 +112,7 @@ PineTimeStyle::PineTimeStyle(DisplayApp* app,
notificationIcon = lv_label_create(lv_scr_act(), nullptr);
lv_obj_set_style_local_text_color(notificationIcon, LV_LABEL_PART_MAIN, LV_STATE_DEFAULT, LV_COLOR_BLACK);
- lv_obj_align(notificationIcon, sidebar, LV_ALIGN_IN_TOP_MID, 0, 40);
+ lv_obj_align(notificationIcon, sidebar, LV_ALIGN_IN_TOP_MID, 0, 50);
// Calendar icon
calendarOuter = lv_obj_create(lv_scr_act(), nullptr);