[apps/stats/reg] More beautiful formul input view

This commit is contained in:
Léa Saviot
2018-06-05 17:37:59 +02:00
parent 4fec4f0b9e
commit 163513dfc0
4 changed files with 35 additions and 8 deletions

View File

@@ -60,6 +60,7 @@ protected:
private:
static constexpr KDCoordinate k_margin = 8;
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;
void layoutSubviews() override;