haiku/src
John Scipione 1c95f72222 Don't set MaxContentWidth on the menu bar of a BMenuField
Fixes #9816

It is no longer necessary, or even desirable for us to set the max
content width of the menu bar of a BMenuField now that BMenuItem
truncation and BMenuField sizing are working.

The user may, however, wish to set the max content width of the menu
bar of a BMenuField themselves like so:

menuField->MenuBar()->SetMaxContentWidth(width);

and the Interface Kit will automatically deduct the left and right
margins from the width including the space used by the drop down arrow.
2013-06-07 03:25:36 -04:00
..
add-ons network stack: added missing put_device_interface(). 2013-06-03 21:22:59 +02:00
apps Slight tweak to filtered node expansion logic. 2013-06-06 18:24:37 -04:00
bin Discard Termcap and switch console apps to use Terminfo 2013-05-23 14:07:50 +02:00
build Convert fs_host files from c back to cpp and style changes. 2012-08-13 18:51:59 -04:00
data Add the !DOCTYPE element to the text/html sniff rule 2013-03-15 00:55:38 +01:00
documentation Fixed typo. Fixes #8755 2012-07-30 13:12:02 +00:00
kits Don't set MaxContentWidth on the menu bar of a BMenuField 2013-06-07 03:25:36 -04:00
libs adjust fluidsynth fine tuning range to match standard 2013-06-05 13:14:11 +02:00
preferences Backgrounds: Line up BBox top borders refactor 2013-06-02 17:56:49 -04:00
servers NetServer: Disable IPv6 link local address (for now) 2013-06-02 21:43:17 -05:00
system Merge branch 'virtio' 2013-05-26 17:12:25 +02:00
tests Chart: tweak menu field widths. Don't ResizeToPreferred() 2013-05-30 00:05:19 -04:00
tools <build>linkcatkeys was failing to run on Haiku r1a4 correctly. 2013-05-13 23:07:32 +02:00
Jamfile