- Removed debug output.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29286 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -351,7 +351,6 @@ THeaderView::THeaderView(BRect rect, BRect windowRect, bool incoming,
|
|||||||
}
|
}
|
||||||
r.Set(SEPARATOR_MARGIN, y - 2,
|
r.Set(SEPARATOR_MARGIN, y - 2,
|
||||||
field->Frame().left - SEPARATOR_MARGIN, y + menuFieldHeight);
|
field->Frame().left - SEPARATOR_MARGIN, y + menuFieldHeight);
|
||||||
r.PrintToStream();
|
|
||||||
field = new BMenuField(r, "account", FROM_TEXT, fAccountMenu,
|
field = new BMenuField(r, "account", FROM_TEXT, fAccountMenu,
|
||||||
true /* fixedSize */,
|
true /* fixedSize */,
|
||||||
B_FOLLOW_TOP | B_FOLLOW_LEFT_RIGHT,
|
B_FOLLOW_TOP | B_FOLLOW_LEFT_RIGHT,
|
||||||
|
|||||||
Reference in New Issue
Block a user