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

Commit b48a6dcb 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:...

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

Change-Id: I1278dcd629b99dcf196928b01eeb00290ef95d7d
parents bc49fdcd 15dee656
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;