// 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