hopefully fixed overlapping bug #162

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16402 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2006-02-15 10:24:37 +00:00
parent bfaacc661f
commit f4865bd8ae

View File

@ -113,7 +113,7 @@ ExpanderWindow::ExpanderWindow(BRect frame_rect, const entry_ref *ref, BMessage
box->AddChild(fExpandButton);
fExpandButton->SetEnabled(false);
rect = BRect(80, 12, Bounds().right - 10, 25);
rect = BRect(rect.right+5, 12, Bounds().right - 10, 25);
fSourceText = new BTextControl(rect, "sourceText", "", NULL,
new BMessage(MSG_SOURCETEXT), B_FOLLOW_LEFT_RIGHT | B_FOLLOW_TOP);
fSourceText->SetDivider(0);