From cfdd12d8a674f146792a600578da8994bb61d195 Mon Sep 17 00:00:00 2001 From: GullCode Date: Mon, 13 Mar 2023 23:27:04 +0100 Subject: [PATCH] aligned OPT to the right --- firmware/application/apps/ui_recon.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/application/apps/ui_recon.hpp b/firmware/application/apps/ui_recon.hpp index c3196cbe..9b369df6 100644 --- a/firmware/application/apps/ui_recon.hpp +++ b/firmware/application/apps/ui_recon.hpp @@ -299,7 +299,7 @@ namespace ui { }; Button button_recon_setup { - { 25 * 8 , 2 * 16 + 8 , 4 * 8, 28 }, + { 240 - 4 * 8 , 2 * 16 + 8 , 4 * 8, 28 }, "OPT" };