[escher/code] Changed Console and TitleBar margins.

Change-Id: I8ac4d84da84e0194122f34bb6259a1a7b6a1c81e
This commit is contained in:
Léa Saviot
2017-11-02 13:38:29 +01:00
committed by Romain Goyet
parent fbdf6379d8
commit ce51228ca8
4 changed files with 5 additions and 6 deletions

View File

@@ -15,7 +15,7 @@ ConsoleController::ConsoleController(Responder * parentResponder, ScriptStore *
SelectableTableViewDataSource(),
TextFieldDelegate(),
m_rowHeight(KDText::charSize(k_fontSize).height()),
m_selectableTableView(this, this, 0, 1, 0, Metric::CommonRightMargin, 3, Metric::HistoryHorizontalMargin, this, this, true, true, KDColorWhite),
m_selectableTableView(this, this, 0, 1, 0, Metric::CommonRightMargin, 0, Metric::TitleBarExternHorizontalMargin, this, this, true, true, KDColorWhite),
m_editCell(this, this),
m_pythonHeap(nullptr),
m_scriptStore(scriptStore)