Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 15dee656 authored by Ady Abraham's avatar Ady Abraham Committed by Automerger Merge Worker
Browse files

SurfaceFlinger: move refresh rate overlay slightly down am: a7e92558 am: 9b3c7f39

Change-Id: I354d1c67627becae7f1a98ac8ee5f3dd7209b040
parents 2cb450b4 9b3c7f39
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -207,7 +207,7 @@ void RefreshRateOverlay::changeRefreshRate(const RefreshRate& refreshRate) {
    }

    const int32_t left = display->getWidth() / 32;
    const int32_t top = display->getHeight() / 32;
    const int32_t top = display->getHeight() / 16;
    const int32_t right = left + display->getWidth() / 8;
    const int32_t buttom = top + display->getHeight() / 32;