mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-01 02:56:34 -04:00
Factor out a common rectangle.
This commit is contained in:
parent
0c29308eb9
commit
c12833a288
2 changed files with 6 additions and 16 deletions
|
@ -93,6 +93,8 @@ public:
|
|||
private:
|
||||
static constexpr ui::Dim header_height = 2 * 16;
|
||||
|
||||
const Rect options_view_rect { 0 * 8, 1 * 16, 30 * 8, 1 * 16 };
|
||||
|
||||
RSSI rssi {
|
||||
{ 21 * 8, 0, 6 * 8, 4 },
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue