[escher] [apps] Get rid of magic numbers

Change-Id: Iad192d24324dda37b3d739830cc8ead7a032e22f
This commit is contained in:
Émilie Feral
2017-02-17 15:55:31 +01:00
parent 836399ff85
commit e65b07286d
32 changed files with 60 additions and 59 deletions

View File

@@ -29,6 +29,9 @@ private:
int numberOfIcons();
AppsContainer * m_container;
SelectableTableView m_selectableTableView;
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_maxNumberOfCells = 16;