[apps/home] Improve home layout

Change-Id: I0505cbcb27409cef17fa4df31e1aa1d729e47337
This commit is contained in:
Émilie Feral
2017-01-24 14:30:51 +01:00
parent e3e0fb2120
commit 4f47d94a31
4 changed files with 10 additions and 6 deletions

View File

@@ -32,6 +32,8 @@ private:
static constexpr int k_numberOfColumns = 3;
static constexpr int k_numberOfApps = 10;
static constexpr int k_maxNumberOfCells = 16;
static constexpr int k_cellHeight = 98;
static constexpr int k_cellWidth = 104;
AppCell m_cells[k_maxNumberOfCells];
};