mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[escher/scroll_view] Rename m_indicatorThickness to m_barsFrameBreadth
This commit is contained in:
committed by
EmilieNumworks
parent
81f80ef602
commit
1e958717fb
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user