[apps/stats] Fix table margins.

This commit is contained in:
Léa Saviot
2018-05-28 14:23:59 +02:00
parent 41215ac593
commit 0d47a193b2
4 changed files with 7 additions and 2 deletions

View File

@@ -36,6 +36,7 @@ public:
protected:
static constexpr KDCoordinate k_cellWidth = 80; //TODO
static constexpr KDCoordinate k_margin = 8;
static constexpr KDCoordinate k_scrollBarMargin = Metric::CommonRightMargin;
constexpr static int k_maxNumberOfEditableCells = 22 * FloatPairStore::k_numberOfSeries;
constexpr static int k_numberOfTitleCells = FloatPairStore::k_numberOfColumnsPerSeries * FloatPairStore::k_numberOfSeries; // TODO Put finer number of cells
static constexpr int k_titleCellType = 0;