From d528e7a1a9cdfa1bc8116a6e8349c351660748df Mon Sep 17 00:00:00 2001 From: Arthur Tazhitdinov Date: Tue, 27 Jan 2026 19:51:03 +0500 Subject: [PATCH] reorder --- src/ScreenComponents.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ScreenComponents.h b/src/ScreenComponents.h index 3368fc18..78ed5920 100644 --- a/src/ScreenComponents.h +++ b/src/ScreenComponents.h @@ -13,6 +13,8 @@ struct TabInfo { class ScreenComponents { public: + static const int BOOK_PROGRESS_BAR_HEIGHT = 4; + struct PopupLayout { int x; int y; @@ -20,8 +22,6 @@ class ScreenComponents { int height; }; - static constexpr int BOOK_PROGRESS_BAR_HEIGHT = 6; - static void drawBattery(const GfxRenderer& renderer, int left, int top, bool showPercentage = true); static void drawBookProgressBar(const GfxRenderer& renderer, size_t bookProgress);