diff options
| author | JF <jf@codingfield.com> | 2021-02-24 19:28:59 (GMT) |
|---|---|---|
| committer | Gitea <gitea@fake.local> | 2021-02-24 19:28:59 (GMT) |
| commit | b89c92b71d82b4e3bf612519a5cf9b2f12886168 (patch) | |
| tree | 4c2dcc1eb05d57bc5c4f4de3635964c0fddba0e3 /src/displayapp/screens/Notifications.h | |
| parent | 9d7955b6c0128a72475742495dabb57134dbe56d (diff) | |
| parent | e8a8a8417fe24228a589f1752a744ada204c7f22 (diff) | |
Merge branch 'develop' of JF/PineTime into master
Diffstat (limited to 'src/displayapp/screens/Notifications.h')
| -rw-r--r-- | src/displayapp/screens/Notifications.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/screens/Notifications.h b/src/displayapp/screens/Notifications.h index c40e700..028a378 100644 --- a/src/displayapp/screens/Notifications.h +++ b/src/displayapp/screens/Notifications.h @@ -68,7 +68,7 @@ namespace Pinetime { Controllers::NotificationManager::Notification::Id currentId; bool validDisplay = false; - lv_point_t timeoutLinePoints[2] { {0, 237}, {239, 237} }; + lv_point_t timeoutLinePoints[2] { {0, 1}, {239, 1} }; lv_obj_t* timeoutLine; uint32_t timeoutTickCountStart; uint32_t timeoutTickCountEnd; |
