diff options
Diffstat (limited to 'recovery_ui/screen_ui.cpp')
| -rw-r--r-- | recovery_ui/screen_ui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recovery_ui/screen_ui.cpp b/recovery_ui/screen_ui.cpp index 12e4167d..5d713d6f 100644 --- a/recovery_ui/screen_ui.cpp +++ b/recovery_ui/screen_ui.cpp @@ -882,7 +882,7 @@ void ScreenRecoveryUI::draw_menu_and_text_buffer_locked( // Draws the battery capacity on the screen. Should only be called with updateMutex locked. void ScreenRecoveryUI::draw_battery_capacity_locked() { int x; - int y = gr_get_height(lineage_logo_.get()); + int y = margin_height_ + gr_get_height(lineage_logo_.get()); int icon_x, icon_y, icon_h, icon_w; // Battery status |
