diff --git a/src/preferences/appearance/APRView.cpp b/src/preferences/appearance/APRView.cpp index e9a28f6e95..ef83864763 100644 --- a/src/preferences/appearance/APRView.cpp +++ b/src/preferences/appearance/APRView.cpp @@ -110,7 +110,7 @@ APRView::APRView(const BRect &frame, const char *name, int32 resize, int32 flags AddChild(fColorWell); fPicker = new BColorControl(BPoint(wellrect.right + kBorderSpace, wellrect.top), - B_CELLS_32x8, 5.0, "fPicker", new BMessage(UPDATE_COLOR)); + B_CELLS_32x8, 8.0, "fPicker", new BMessage(UPDATE_COLOR)); fPicker->SetResizingMode(B_FOLLOW_LEFT | B_FOLLOW_BOTTOM); AddChild(fPicker);