mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 16:57:31 +01:00
[escher] Correct commit : Enable to draw the outline of cells in table
view Change-Id: If2eadc0b9987678c0ccc56401bd46835d861a436
This commit is contained in:
@@ -10,7 +10,7 @@ namespace Shared {
|
||||
|
||||
FloatParameterController::FloatParameterController(Responder * parentResponder, I18n::Message okButtonText) :
|
||||
ViewController(parentResponder),
|
||||
m_selectableTableView(SelectableTableView(this, this, 1, Metric::CommonTopMargin, Metric::CommonRightMargin,
|
||||
m_selectableTableView(SelectableTableView(this, this, 0, 1, Metric::CommonTopMargin, Metric::CommonRightMargin,
|
||||
Metric::CommonBottomMargin, Metric::CommonLeftMargin, this)),
|
||||
m_okButton(ButtonWithSeparator(&m_selectableTableView, okButtonText, Invocation([](void * context, void * sender) {
|
||||
FloatParameterController * parameterController = (FloatParameterController *) context;
|
||||
|
||||
Reference in New Issue
Block a user