mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
[escher] Metric: add EllipsisCellWidth. This will be soon used by
Calculation::HistoryCell
This commit is contained in:
@@ -67,7 +67,7 @@ public:
|
||||
|
||||
private:
|
||||
static constexpr int k_maxNumberOfDisplayableScriptCells = 5; // = 240/50
|
||||
static constexpr int k_parametersColumnWidth = 37;
|
||||
static constexpr int k_parametersColumnWidth = Metric::EllipsisCellWidth;
|
||||
static constexpr int AddScriptCellType = 0;
|
||||
static constexpr int ScriptCellType = 1;
|
||||
static constexpr int ScriptParameterCellType = 2;
|
||||
|
||||
@@ -35,6 +35,7 @@ public:
|
||||
constexpr static KDCoordinate CellSeparatorThickness = 1;
|
||||
constexpr static KDCoordinate TableSeparatorThickness = 5;
|
||||
constexpr static KDCoordinate ExpressionViewHorizontalMargin = 5;
|
||||
constexpr static KDCoordinate EllipsisCellWidth = 37;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user