Fixed the layout/width of the search string text view.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28028 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2008-10-13 12:02:32 +00:00
parent cd88f4c042
commit f3142445ae

View File

@ -610,7 +610,7 @@ GrepWindow::_LayoutViews()
background->AddChild(fButton);
fSearchText->MoveTo(8, 8);
fSearchText->ResizeBy(width - 16, 0);
fSearchText->ResizeTo(width - 16, fSearchText->Frame().Height());
fSearchText->MakeFocus(true);
fShowLinesCheckbox->MoveTo(