From f5427d7fdc1f4db658c12f077cdf15b61f11f1fe Mon Sep 17 00:00:00 2001 From: GullCode Date: Tue, 14 Mar 2023 00:26:25 +0100 Subject: [PATCH] UI adjustements --- firmware/application/apps/ui_recon.hpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/firmware/application/apps/ui_recon.hpp b/firmware/application/apps/ui_recon.hpp index 9b369df6..0fd4b5ce 100644 --- a/firmware/application/apps/ui_recon.hpp +++ b/firmware/application/apps/ui_recon.hpp @@ -266,7 +266,7 @@ namespace ui { }; RSSI rssi { - { 0 * 16, 2 * 16, 15 * 16, 8 }, + { 0 * 16, 2 * 16, 240 - 4 * 8 , 16 }, }; Text text_cycle { @@ -278,7 +278,7 @@ namespace ui { }; Text desc_cycle { - {0, 4 * 16, 240, 16 }, + {0, 4 * 16, 240 , 16 }, }; /* BigFrequency big_display { //Show frequency in glamour @@ -299,12 +299,12 @@ namespace ui { }; Button button_recon_setup { - { 240 - 4 * 8 , 2 * 16 + 8 , 4 * 8, 28 }, + { 240 - 4 * 8 , 2 * 16 , 4 * 8, 28 }, "OPT" }; Button button_looking_glass { - { 240 - 5 * 8 , 6 * 16 , 5 * 8, 28 }, + { 240 - 5 * 8 , 6 * 16 - 4 , 5 * 8, 28 }, "GLASS" }; @@ -314,7 +314,7 @@ namespace ui { }; Text file_name { //Show file used - { 0 , 8 * 16 + 4 , 21 * 8, 16 }, + { 0 , 8 * 16 + 6 , 21 * 8, 16 }, }; ButtonWithEncoder button_manual_start {