~aleteoryx/muditaos

ref: 10714ca71dad1e64e531191f88eea58a0ce3fc68 muditaos/module-apps/application-bell-main/data/BellMainStyle.hpp -rw-r--r-- 462 bytes
10714ca7 — Pawel.Paprocki [BH-501] MainMenu 4 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved.
// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md

#pragma once

namespace bellMainStyle
{
    namespace mainMenuWindow
    {
        inline constexpr gui::Length options_list_x     = 40;
        inline constexpr gui::Length options_list_y     = 85;
        inline constexpr gui::Length default_body_width = 400;
    } // namespace mainMenuWindow

} // namespace bellMainStyle