mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-06-27 01:36:59 -04:00
[EGD-3789] OptionSetting intoduced as a base to handle settings windows [EGD-3789] added icons on/off/bt/right arrow [EGD-3789] btn_ok icon used
8 lines
164 B
C++
8 lines
164 B
C++
#pragma once
|
|
|
|
namespace style::option
|
|
{
|
|
const gui::Position arrow_position_x = 408;
|
|
const gui::Position arrow_positon_y = 24;
|
|
} // namespace style::option
|