diff --git a/apps/shared/range_parameter_controller.cpp b/apps/shared/range_parameter_controller.cpp index d841783d0..3d8b6a458 100644 --- a/apps/shared/range_parameter_controller.cpp +++ b/apps/shared/range_parameter_controller.cpp @@ -20,6 +20,10 @@ RangeParameterController::RangeParameterController(Responder * parentResponder, m_rangeCells[i].setParentResponder(&m_selectableTableView); m_rangeCells[i].textField()->setDelegates(inputEventHandlerDelegate, this); } + int margin = Metric::CommonLargeMargin; + m_selectableTableView.setTopMargin(margin); + m_selectableTableView.setBottomMargin(margin); + static_cast(m_selectableTableView.decorator())->verticalBar()->setMargin(margin); } const char * RangeParameterController::title() {