mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[escher] [apps] Get rid of magic numbers
Change-Id: Iad192d24324dda37b3d739830cc8ead7a032e22f
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user