[kandinsky] Add a default font size : large

Change-Id: I6b9f1a7b09292f120074c8957e328ddc33023c67
This commit is contained in:
Émilie Feral
2017-01-27 11:12:13 +01:00
parent d5a7fea9ab
commit 9d0354f3bd
28 changed files with 48 additions and 49 deletions

View File

@@ -4,7 +4,7 @@
InputViewController::TextFieldController::TextFieldController(Responder * parentResponder, TextFieldDelegate * textFieldDelegate) :
ViewController(parentResponder),
m_textField(parentResponder, m_textBody, m_textBody, 255, KDText::FontSize::Large, textFieldDelegate)
m_textField(parentResponder, m_textBody, m_textBody, 255, textFieldDelegate)
{
m_textBody[0] = 0;
}