[escher] [apps] Get rid of magic numbers

Change-Id: Iad192d24324dda37b3d739830cc8ead7a032e22f
This commit is contained in:
Émilie Feral
2017-02-17 15:55:31 +01:00
parent 836399ff85
commit e65b07286d
32 changed files with 60 additions and 59 deletions

View File

@@ -10,8 +10,8 @@ namespace Shared {
FloatParameterController::FloatParameterController(Responder * parentResponder) :
ViewController(parentResponder),
m_selectableTableView(SelectableTableView(this, this, Metric::TopMargin, Metric::RightMargin,
Metric::BottomMargin, Metric::LeftMargin, this))
m_selectableTableView(SelectableTableView(this, this, Metric::CommonTopMargin, Metric::CommonRightMargin,
Metric::CommonBottomMargin, Metric::CommonLeftMargin, this))
{
}