The custom MenuBar in the menu preflet was mixing resize mode with

flags.. thanks to r23424 I could notice.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23527 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini 2008-01-15 13:39:04 +00:00
parent aa84dea3fd
commit 48044dcc41

View File

@ -22,7 +22,7 @@
MenuBar::MenuBar()
: BMenuBar(BRect(40, 10, 10, 10), "menu", B_FOLLOW_TOP | B_FRAME_EVENTS,
: BMenuBar(BRect(40, 10, 10, 10), "menu", 0,
B_ITEMS_IN_COLUMN, true)
{
_BuildMenu();