From ee5d2f16e97328127c3f345575c51c87d4dee9d6 Mon Sep 17 00:00:00 2001 From: Maciej Janicki Date: Wed, 28 Apr 2021 17:44:58 +0200 Subject: [PATCH] [EGD-6639] Fix call icon misalignment Align call window arcs --- module-apps/application-call/data/CallAppStyle.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module-apps/application-call/data/CallAppStyle.hpp b/module-apps/application-call/data/CallAppStyle.hpp index eacd742d677c61802b051dde8c00ea89dae426e4..67b23a0f707f803efeb31550d37f6e5bf1e9e0cd 100644 --- a/module-apps/application-call/data/CallAppStyle.hpp +++ b/module-apps/application-call/data/CallAppStyle.hpp @@ -66,13 +66,13 @@ namespace callAppStyle { namespace imageCircleTop { - inline constexpr auto x = 116U; // TODO: should be 104 with final image + inline constexpr auto x = 111U; inline constexpr auto y = 59U; inline constexpr auto name = "circle_top"; } // namespace imageCircleTop namespace imageCircleBottom { - inline constexpr auto x = 106U; // TODO: should be 104 with final image + inline constexpr auto x = 104U; inline constexpr auto y = 240U; inline constexpr auto name = "circle_bottom"; } // namespace imageCircleBottom