From 2f9ae3750d67fa856dba92f8d33dfa36e6104dc0 Mon Sep 17 00:00:00 2001 From: Bertrand Songis Date: Tue, 1 Mar 2016 19:57:08 +0100 Subject: [PATCH] [Horus] Cosmetics --- radio/src/gui/horus/view_main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/radio/src/gui/horus/view_main.cpp b/radio/src/gui/horus/view_main.cpp index 7541030cc..57282f26f 100644 --- a/radio/src/gui/horus/view_main.cpp +++ b/radio/src/gui/horus/view_main.cpp @@ -25,9 +25,9 @@ #define TRIM_RV_X (LCD_W-35) #define TRIM_RH_X (LCD_W-175) #define TRIM_V_Y 55 -#define TRIM_H_Y 235 +#define TRIM_H_Y (LCD_H-37) #define TRIM_LEN 80 -#define POTS_LINE_Y 252 +#define POTS_LINE_Y (LCD_H-20) Layout * customScreens[MAX_CUSTOM_SCREENS] = { 0, 0, 0, 0, 0 }; Topbar * topbar;