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:
parent
bfaacc661f
commit
f4865bd8ae
@ -113,7 +113,7 @@ ExpanderWindow::ExpanderWindow(BRect frame_rect, const entry_ref *ref, BMessage
|
|||||||
box->AddChild(fExpandButton);
|
box->AddChild(fExpandButton);
|
||||||
fExpandButton->SetEnabled(false);
|
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,
|
fSourceText = new BTextControl(rect, "sourceText", "", NULL,
|
||||||
new BMessage(MSG_SOURCETEXT), B_FOLLOW_LEFT_RIGHT | B_FOLLOW_TOP);
|
new BMessage(MSG_SOURCETEXT), B_FOLLOW_LEFT_RIGHT | B_FOLLOW_TOP);
|
||||||
fSourceText->SetDivider(0);
|
fSourceText->SetDivider(0);
|
||||||
|
Loading…
Reference in New Issue
Block a user