From f1374e584e38aa068334a8fc548a2e33ee8ea66a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9a=20Saviot?= Date: Fri, 29 Sep 2017 14:10:39 +0200 Subject: [PATCH] [apps] Decrease the abscissa column's width --- apps/shared/values_controller.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/shared/values_controller.h b/apps/shared/values_controller.h index 973340649..3a6429451 100644 --- a/apps/shared/values_controller.h +++ b/apps/shared/values_controller.h @@ -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;