[apps/*/editable_cell_table_view_controller] Factor table view margin values

This commit is contained in:
Ruben Dashyan
2019-09-05 13:21:31 +02:00
parent 0911672224
commit 0631ed77b5
4 changed files with 3 additions and 10 deletions

View File

@@ -60,8 +60,6 @@ protected:
// Responder
void didBecomeFirstResponder() override;
private:
static constexpr KDCoordinate k_margin = Metric::TableSeparatorThickness;
static constexpr KDCoordinate k_scrollBarMargin = Metric::CommonRightMargin;
static constexpr KDCoordinate k_formulaInputHeight = 31;
int numberOfSubviews() const override { return 1 + m_displayFormulaInputView; }
View * subviewAtIndex(int index) override;