~aleteoryx/muditaos

ref: df1d1cdfe2b33b193f23ec281c5f205a6d606de5 muditaos/module-apps/application-bell-settings/data/BellSettingsStyle.hpp -rw-r--r-- 764 bytes
df1d1cdf — Przemyslaw Brudny [BH-723] Added ThreeBox and BellBaseLayout 4 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
24
25
// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved.
// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md

#pragma once

#include <gui/Common.hpp>
#include <Style.hpp>

namespace gui
{
    namespace bell_settings_style
    {
        namespace settings_window
        {
            inline constexpr auto options_list_margin_x = 40;
            inline constexpr auto options_list_margin_y = 85;
            inline constexpr auto default_body_width    = 400;
        } // namespace settings_window

        namespace time_fmt_set_list_item
        {
            inline constexpr auto font = style::window::font::supersizemelight;
        } // namespace time_fmt_set_list_item
    }     // namespace bell_settings_style
} // namespace gui