* some clean up for style guide conformance

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18844 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2006-09-14 18:08:15 +00:00
parent d39634ce4d
commit 5fa040e3b9
+1 -1
View File
@@ -428,7 +428,7 @@ SliderOffscreenView::~SliderOffscreenView()
void void
SliderOffscreenView::DrawX() SliderOffscreenView::DrawX()
{ {
SetHighColor(216,216,216); SetHighColor(ui_color(B_PANEL_BACKGROUND_COLOR));
FillRect(Bounds()); FillRect(Bounds());
SetHighColor(189, 186, 189); SetHighColor(189, 186, 189);