Aesthetical changes.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21358 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -16,7 +16,7 @@ TwoDimensionalSliderView::TwoDimensionalSliderView(BMessage* message,
|
||||
fMaxLocation(0, 0),
|
||||
fDragging(false)
|
||||
{
|
||||
SetViewColor((rgb_color){0, 120, 0, 255});
|
||||
SetViewColor((rgb_color){255, 0, 0, 255});
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -69,7 +69,7 @@ public:
|
||||
// slider view
|
||||
fSliderView = new TwoDimensionalSliderView(
|
||||
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);
|
||||
|
||||
_UpdateSliderConstraints();
|
||||
|
||||
Reference in New Issue
Block a user