mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-26 17:20:53 +01:00
[apps] Decrease the abscissa column's width
This commit is contained in:
committed by
EmilieNumworks
parent
344bcac843
commit
f1374e584e
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user