mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[home] Fix number of rows instead of fixing number of columns
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user