Made MenuWindow::GetSteps() const.

Increased the scrollers size from 10 to 12, since at high resolutions,
they're really too small.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32932 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini
2009-09-04 18:16:59 +00:00
parent 6d1755ba92
commit 3ecf187e2a
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ public:
void DetachScrollers();
void SetSmallStep(float step);
void GetSteps(float* _smallStep, float* _largeStep);
void GetSteps(float* _smallStep, float* _largeStep) const;
bool HasScrollers() const;
bool CheckForScrolling(const BPoint& cursor);
bool TryScrollBy(const float& step);