[escher/scroll_view] Rename m_indicatorThickness to m_barsFrameBreadth

This commit is contained in:
Ruben Dashyan
2019-01-24 11:47:53 +01:00
committed by EmilieNumworks
parent 81f80ef602
commit 1e958717fb
6 changed files with 9 additions and 9 deletions

View File

@@ -43,7 +43,7 @@ private:
AppsContainer * m_container;
static constexpr KDCoordinate k_sideMargin = 4;
static constexpr KDCoordinate k_bottomMargin = 14;
static constexpr KDCoordinate k_indicatorThickness = 15;
static constexpr KDCoordinate k_scrollBarsFrameBreadth = 15;
static constexpr KDCoordinate k_indicatorMargin = 61;
static constexpr int k_numberOfColumns = 3;
static constexpr int k_maxNumberOfCells = 16;