Factor out a common rectangle.

This commit is contained in:
Jared Boone 2016-02-16 15:17:06 -08:00
parent 0c29308eb9
commit c12833a288
2 changed files with 6 additions and 16 deletions

View file

@ -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 },
};