@@ -136,7 +136,7 @@ FindPanel::~FindPanel()
|
|||||||
void FindPanel::AttachedToWindow()
|
void FindPanel::AttachedToWindow()
|
||||||
{
|
{
|
||||||
BView::AttachedToWindow();
|
BView::AttachedToWindow();
|
||||||
SetViewColor(216, 216, 216);
|
SetViewColor(ui_color(B_PANEL_BACKGROUND_COLOR));
|
||||||
Window()->SetDefaultButton(fFindButton);
|
Window()->SetDefaultButton(fFindButton);
|
||||||
fFindButton->SetTarget(this);
|
fFindButton->SetTarget(this);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user