summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRiku Isokoski <riksu9000@gmail.com>2021-06-12 12:12:39 +0300
committerGitHub <noreply@github.com>2021-06-12 11:12:39 +0200
commitbf906bd573b37e0bb592221dae6b5f156836a6b6 (patch)
treed291af2d9fa1259a13dd0192ca67af61e82ec0e6 /src
parent772ea0b5916903663ed6e01a7fb439dcc73d61a6 (diff)
Fix scrollbar (#382)
Diffstat (limited to 'src')
-rw-r--r--src/displayapp/screens/SystemInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/screens/SystemInfo.cpp b/src/displayapp/screens/SystemInfo.cpp
index a7387dac..a0b626e9 100644
--- a/src/displayapp/screens/SystemInfo.cpp
+++ b/src/displayapp/screens/SystemInfo.cpp
@@ -161,7 +161,7 @@ std::unique_ptr<Screen> SystemInfo::CreateScreen2() {
brightnessController.ToString(),
resetReason);
lv_obj_align(label, lv_scr_act(), LV_ALIGN_CENTER, 0, 0);
- return std::make_unique<Screens::Label>(1, 4, app, label);
+ return std::make_unique<Screens::Label>(1, 5, app, label);
}
std::unique_ptr<Screen> SystemInfo::CreateScreen3() {