[apps] Decrease the abscissa column's width

This commit is contained in:
Léa Saviot
2017-09-29 14:10:39 +02:00
committed by EmilieNumworks
parent 344bcac843
commit f1374e584e

View File

@@ -40,7 +40,7 @@ public:
static constexpr KDCoordinate k_bottomMargin = 15;
static constexpr KDCoordinate k_leftMargin = 1;
static constexpr KDCoordinate k_rightMargin = 15;
static constexpr KDCoordinate k_abscissaCellWidth = 150;
static constexpr KDCoordinate k_abscissaCellWidth = 100;
static constexpr KDCoordinate k_ordinateCellWidth = 100;
protected:
StackViewController * stackController() const;