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:
@@ -610,7 +610,7 @@ GrepWindow::_LayoutViews()
|
|||||||
background->AddChild(fButton);
|
background->AddChild(fButton);
|
||||||
|
|
||||||
fSearchText->MoveTo(8, 8);
|
fSearchText->MoveTo(8, 8);
|
||||||
fSearchText->ResizeBy(width - 16, 0);
|
fSearchText->ResizeTo(width - 16, fSearchText->Frame().Height());
|
||||||
fSearchText->MakeFocus(true);
|
fSearchText->MakeFocus(true);
|
||||||
|
|
||||||
fShowLinesCheckbox->MoveTo(
|
fShowLinesCheckbox->MoveTo(
|
||||||
|
|||||||
Reference in New Issue
Block a user