From e60ec953ab566143d0050113f5772e2b170a04a5 Mon Sep 17 00:00:00 2001 From: GullCode Date: Thu, 13 Apr 2023 10:36:15 +0200 Subject: [PATCH] move text and button a bit so it's fitting when big --- firmware/application/apps/ui_looking_glass_app.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/firmware/application/apps/ui_looking_glass_app.hpp b/firmware/application/apps/ui_looking_glass_app.hpp index 4c6f531b..6a885c44 100644 --- a/firmware/application/apps/ui_looking_glass_app.hpp +++ b/firmware/application/apps/ui_looking_glass_app.hpp @@ -121,7 +121,7 @@ namespace ui Labels labels{ {{0, 0}, "MIN: MAX: LNA VGA ", Color::light_grey()}, - {{0, 1 * 16}, "RANGE: FILTER: AMP:", Color::light_grey()}, + {{0, 1 * 16}, "RANGE: FILTER: AMP:", Color::light_grey()}, {{0, 2 * 16}, "PRESET:", Color::light_grey()}, {{0, 3 * 16}, "MARKER: MHz +/- MHz", Color::light_grey()}, {{0, 4 * 16}, "RES: STEP:", Color::light_grey()} @@ -152,11 +152,11 @@ namespace ui }; Button button_range{ - {6 * 8, 1 * 16, 4 * 8, 16}, + {7 * 8, 1 * 16, 4 * 8, 16}, ""}; OptionsField filter_config{ - {19 * 8, 1 * 16}, + {20 * 8, 1 * 16}, 4, { {"OFF ", 0},