~aleteoryx/muditaos

ee5d2f16e97328127c3f345575c51c87d4dee9d6 — Maciej Janicki 4 years ago cd34ad5
[EGD-6639] Fix call icon misalignment

Align call window arcs
1 files changed, 2 insertions(+), 2 deletions(-)

M module-apps/application-call/data/CallAppStyle.hpp
M module-apps/application-call/data/CallAppStyle.hpp => module-apps/application-call/data/CallAppStyle.hpp +2 -2
@@ 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