diff options
| author | Riku Isokoski <riksu9000@gmail.com> | 2021-06-12 09:12:39 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-12 09:12:39 (GMT) |
| commit | bf906bd573b37e0bb592221dae6b5f156836a6b6 (patch) | |
| tree | d291af2d9fa1259a13dd0192ca67af61e82ec0e6 /src/displayapp/screens/SystemInfo.cpp | |
| parent | 772ea0b5916903663ed6e01a7fb439dcc73d61a6 (diff) | |
Fix scrollbar (#382)
Diffstat (limited to 'src/displayapp/screens/SystemInfo.cpp')
| -rw-r--r-- | src/displayapp/screens/SystemInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/screens/SystemInfo.cpp b/src/displayapp/screens/SystemInfo.cpp index a7387da..a0b626e 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() { |
