[apps] Fix margins of LanguageController

Add margin at the bottom and fix margin values
This commit is contained in:
Léa Saviot
2020-05-11 15:37:38 +02:00
committed by Émilie Feral
parent d41b93c711
commit b8244ec0c5
4 changed files with 10 additions and 6 deletions

View File

@@ -22,7 +22,7 @@ MainController::MainController(Responder * parentResponder, InputEventHandlerDel
m_selectableTableView(this),
m_preferencesController(this),
m_displayModeController(this, inputEventHandlerDelegate),
m_languageController(this, 13),
m_languageController(this, Metric::CommonTopMargin),
m_examModeController(this),
m_aboutController(this)
{