diff options
| author | JF <jf@codingfield.com> | 2020-10-22 13:39:20 (GMT) |
|---|---|---|
| committer | JF <jf@codingfield.com> | 2020-10-22 13:39:20 (GMT) |
| commit | 5983e33b8d7702800dc91a3229b9a7cee75eb006 (patch) | |
| tree | 3a9ef5bfc4c586089022335b02b5c420fbcc79c9 /src/displayapp/screens/Notifications.h | |
| parent | 07b6812f61cf5b7726fbf6015c2c60caa12c7f20 (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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/displayapp/screens/Notifications.h b/src/displayapp/screens/Notifications.h index 0f797ea..fb4e1ef 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; }; |
