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:
parent
cd88f4c042
commit
f3142445ae
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user