summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/Notifications.h
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-10-22 15:39:20 +0200
committerJF <jf@codingfield.com>2020-10-22 15:39:20 +0200
commit5983e33b8d7702800dc91a3229b9a7cee75eb006 (patch)
tree3a9ef5bfc4c586089022335b02b5c420fbcc79c9 /src/displayapp/screens/Notifications.h
parent07b6812f61cf5b7726fbf6015c2c60caa12c7f20 (diff)
Notifications : Replace the label "notificationNr/notificationNb" by a grey border on the bottom that is displayed when there are other notifications to available.
Diffstat (limited to 'src/displayapp/screens/Notifications.h')
-rw-r--r--src/displayapp/screens/Notifications.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/displayapp/screens/Notifications.h b/src/displayapp/screens/Notifications.h
index 0f797ea6..fb4e1ef2 100644
--- a/src/displayapp/screens/Notifications.h
+++ b/src/displayapp/screens/Notifications.h
@@ -37,6 +37,7 @@ namespace Pinetime {
lv_obj_t* container1;
lv_obj_t* t1;
lv_obj_t* l1;
+ lv_obj_t* bottomPlaceholder;
Modes mode;
};