[apps][escher] Delete magic numbers

Change-Id: If7a589d9f02895fc1b2e8b496133ab11381e733c
This commit is contained in:
Émilie Feral
2017-04-14 18:30:58 +02:00
parent 38a1048bc1
commit 024e55abeb
17 changed files with 23 additions and 21 deletions

View File

@@ -10,7 +10,7 @@ namespace Calculation {
EditExpressionController::ContentView::ContentView(Responder * parentResponder, TableView * subview, TextFieldDelegate * textFieldDelegate) :
View(),
m_mainView(subview),
m_textField(parentResponder, m_textBody, 255, textFieldDelegate)
m_textField(parentResponder, m_textBody, 100, textFieldDelegate)
{
m_textBody[0] = 0;
}