2026-04-15 08:24:06 +08:00
|
|
|
#pragma once
|
|
|
|
|
|
2026-04-15 22:47:42 +08:00
|
|
|
namespace XCEngine::UI::Editor::App::EditorWindowInternal {
|
2026-04-15 08:24:06 +08:00
|
|
|
|
|
|
|
|
inline constexpr unsigned int kDefaultDpi = 96u;
|
|
|
|
|
inline constexpr float kBaseDpiScale = 96.0f;
|
|
|
|
|
inline constexpr float kBorderlessTitleBarHeightDips = 28.0f;
|
|
|
|
|
inline constexpr float kBorderlessTitleBarFontSize = 12.0f;
|
|
|
|
|
|
2026-04-15 22:47:42 +08:00
|
|
|
} // namespace XCEngine::UI::Editor::App::EditorWindowInternal
|