mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-29 19:49:58 +02:00
[escher/scroll_view] Uniformize scroll bars frame across Epsilon
This commit is contained in:
committed by
EmilieNumworks
parent
15de9f93ef
commit
571967088e
@@ -32,7 +32,6 @@ StorageValuesController::StorageValuesController(Responder * parentResponder, In
|
||||
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(k_font);
|
||||
for (int i = 0; i < k_maxNumberOfAbscissaCells; i++) {
|
||||
m_abscissaCells[i].setParentResponder(&m_selectableTableView);
|
||||
|
||||
Reference in New Issue
Block a user