mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps] Fix margins of LanguageController
Add margin at the bottom and fix margin values
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user