[home] Fix number of rows instead of fixing number of columns

This commit is contained in:
Émilie Feral
2018-05-08 11:37:46 +02:00
committed by Ecco
parent 1785288e19
commit 8a6c06367e
3 changed files with 9 additions and 10 deletions

View File

@@ -44,8 +44,7 @@ private:
static constexpr KDCoordinate k_sideMargin = 4;
static constexpr KDCoordinate k_indicatorThickness = 28;
static constexpr KDCoordinate k_indicatorMargin = 116;
static constexpr int k_numberOfColumns = 4;
static constexpr int k_numberOfApps = 10;
static constexpr int k_numberOfRows = 2;
static constexpr int k_maxNumberOfCells = 16;
static constexpr int k_cellHeight = 98;
static constexpr int k_cellWidth = 104;