mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-30 12:10:03 +02:00
[escher] Clean the ScrollView, TableView and SelectableTableView constructors
This commit is contained in:
committed by
EmilieNumworks
parent
c934eab947
commit
84561a929f
@@ -7,8 +7,10 @@ namespace Shared {
|
||||
|
||||
LanguageController::LanguageController(Responder * parentResponder, KDCoordinate topMargin) :
|
||||
ViewController(parentResponder),
|
||||
m_selectableTableView(this, this, 0, 1, topMargin, Metric::CommonRightMargin, 0, Metric::CommonLeftMargin, this)
|
||||
m_selectableTableView(this, this, this)
|
||||
{
|
||||
m_selectableTableView.setTopMargin(topMargin);
|
||||
m_selectableTableView.setBottomMargin(0);
|
||||
for (int i = 0; i < I18n::NumberOfLanguages; i++) {
|
||||
m_cells[i].setMessageFontSize(KDText::FontSize::Large);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user