From e6cf04e511b82b1fedaa4a6e619f4f9242084e90 Mon Sep 17 00:00:00 2001 From: GullCode Date: Sun, 9 Oct 2022 18:22:23 +0200 Subject: [PATCH] Update ui_encoders.hpp Proper indentation --- firmware/application/apps/ui_encoders.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/application/apps/ui_encoders.hpp b/firmware/application/apps/ui_encoders.hpp index 4938113f..883a6b92 100644 --- a/firmware/application/apps/ui_encoders.hpp +++ b/firmware/application/apps/ui_encoders.hpp @@ -68,7 +68,7 @@ private: { { 1 * 8, 0 }, "Type:", Color::light_grey() }, { { 1 * 8, 2 * 8 }, "Clk:", Color::light_grey() }, { { 10 * 8, 2 * 8 }, "kHz", Color::light_grey() }, - { { 17 * 8, 2 * 8 }, "Step:", Color::light_grey() }, + { { 17 * 8, 2 * 8 }, "Step:", Color::light_grey() }, { { 1 * 8, 4 * 8 }, "Frame:", Color::light_grey() }, { { 13 * 8, 4 * 8 }, "us", Color::light_grey() }, { { 17 * 8, 4 * 8 }, "Step", Color::light_grey() },