Aesthetical changes.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21358 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2007-06-08 23:43:42 +00:00
parent 4b5e868dcd
commit 21156fc9e0
2 changed files with 2 additions and 2 deletions
@@ -16,7 +16,7 @@ TwoDimensionalSliderView::TwoDimensionalSliderView(BMessage* message,
fMaxLocation(0, 0), fMaxLocation(0, 0),
fDragging(false) fDragging(false)
{ {
SetViewColor((rgb_color){0, 120, 0, 255}); SetViewColor((rgb_color){255, 0, 0, 255});
} }
@@ -69,7 +69,7 @@ public:
// slider view // slider view
fSliderView = new TwoDimensionalSliderView( fSliderView = new TwoDimensionalSliderView(
new BMessage(MSG_2D_SLIDER_VALUE_CHANGED), this); new BMessage(MSG_2D_SLIDER_VALUE_CHANGED), this);
fSliderView->SetLocationRange(BPoint(30, 40), BPoint(150, 130)); fSliderView->SetLocationRange(BPoint(0, 0), BPoint(0, 0));
view->AddChild(fSliderView); view->AddChild(fSliderView);
_UpdateSliderConstraints(); _UpdateSliderConstraints();