[apps] Set margins in Shared::StoreController

This commit is contained in:
Léa Saviot
2018-05-22 10:21:49 +02:00
parent 4a2963381d
commit 54ca272eb1
2 changed files with 2 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ public:
protected:
static constexpr KDCoordinate k_cellWidth = 80; //TODO
static constexpr KDCoordinate k_margin = 8;
constexpr static int k_numberOfColumnsPerSeries = 2;
constexpr static int k_maxNumberOfEditableCells = 22 * FloatPairStore::k_numberOfSeries;
constexpr static int k_numberOfTitleCells = k_numberOfColumnsPerSeries * FloatPairStore::k_numberOfSeries;