CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
Loading...
Searching...
No Matches
LayoutConstants.h
Go to the documentation of this file.
1#pragma once
2
15
16namespace cdc::ui::layout {
17
21constexpr int FOOTER_HEIGHT = 16;
22
26constexpr int SCROLL_INDICATOR_WIDTH = 8;
27
28} // namespace cdc::ui::layout
Centralized layout constants for cdc_views.
constexpr int SCROLL_INDICATOR_WIDTH
Scroll indicator column width in pixels.
constexpr int FOOTER_HEIGHT
Footer bar height in pixels (used by drawFooterBar).