added focus
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13966 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
0b0923357e
commit
cc5b91374f
@ -29,6 +29,7 @@ PasswordWindow::Setup()
|
||||
fPassword->TextView()->HideTyping(true);
|
||||
fPassword->SetDivider(100);
|
||||
fCustomBox->AddChild(fPassword);
|
||||
fPassword->MakeFocus(true);
|
||||
|
||||
fUnlock = new BButton(BRect(160,70,255,85), "fUnlock", "Unlock", new BMessage(UNLOCK_MESSAGE), B_FOLLOW_NONE);
|
||||
fUnlock->SetTarget(NULL, be_app);
|
||||
|
Loading…
Reference in New Issue
Block a user