~aleteoryx/muditaos

ref: cb593f45c32f6a2d5f39489674ef60fa63a7f532 muditaos/module-apps/application-desktop/data/AppDesktopStyle.hpp -rw-r--r-- 918 bytes
cb593f45 — Michał Kamoń [EGD-4367] sim passcodes flow implementation (#1033) 5 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// Copyright (c) 2017-2020, Mudita Sp. z.o.o. All rights reserved.
// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md

#pragma once

#include <inttypes.h>

namespace style::window::pin_lock
{
    constexpr inline auto image_x            = 177;
    constexpr inline auto image_y            = 132;
    constexpr inline auto title_label_y      = 60;
    constexpr inline auto title_label_h      = 40;
    constexpr inline auto label_size         = 60;
    constexpr inline auto label_margins      = 10;
    constexpr inline auto pin_label_x        = 85;
    constexpr inline auto pin_label_y        = 450;
    constexpr inline auto pin_label_y_screen = 400;
    constexpr inline auto info_text_y        = 294;
    constexpr inline auto info_text_h_screen = 60;
    constexpr inline auto info_text_h_sim    = 150;
    constexpr inline auto info_text_h_puk    = 180;
} // namespace style::window::pin_lock