[escher/scroll_view] Uniformize scroll bars frame across Epsilon

This commit is contained in:
Ruben Dashyan
2019-02-14 17:21:28 +01:00
committed by EmilieNumworks
parent 15de9f93ef
commit 571967088e
6 changed files with 4 additions and 10 deletions

View File

@@ -32,7 +32,6 @@ ValuesController::ValuesController(Responder * parentResponder, InputEventHandle
m_selectableTableView.setBottomMargin(k_bottomMargin);
m_selectableTableView.setLeftMargin(k_leftMargin);
m_selectableTableView.setBackgroundColor(Palette::WallScreenDark);
static_cast<ScrollView::BarDecorator *>(m_selectableTableView.decorator())->setBarsFrameBreadth(13);
m_abscissaTitleCell.setMessageFont(KDFont::SmallFont);
for (int i = 0; i < k_maxNumberOfAbscissaCells; i++) {
m_abscissaCells[i].setParentResponder(&m_selectableTableView);