haiku/src
John Scipione 879020baf1 Info: Set fixed size true for pref app menu field
Fixes #9753

This changes the preferred app menu field to no longer resize itself
based on the item width and instead always take up the rest of the
available space in the window. For narrower items this means that there
will be empty space to the right where there wasn't before. For items
wider than the available width of the window (like the example in #9753)
this means that the item will be truncated when selected.

AFAIK this was always a problem and was not caused by my recent work on
menu fields, we just didn't notice it because it's rare that an application
name in English at the default 12pt font size is wider than the available
space.

That being said, this fix is a band aid, the real fix is to convert this
window to use the layout APIs so that if you have an application that is too
wide to fit then the window will resize itself to fit the new item. There are
other some layout problems in this window too. Unfortunately, like Find, this
window has not been updated in aldeck's Tracker layout branch. Luckily,
converting this window to use the layout API is a lot less work than Find was.
2013-05-08 14:26:45 -04:00
..
add-ons ext2: fixes 64 bit warnings 2013-05-08 20:10:33 +02:00
apps Use B_USE_SMALL_{SPACING,INSETS} as suggested by Axel. 2013-05-07 22:59:35 -04:00
bin Extend debug_create_symbol_lookup_context(). 2013-04-30 21:34:45 -04: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 Info: Set fixed size true for pref app menu field 2013-05-08 14:26:45 -04:00
libs Fix "Error opening terminal:xterm-256color" issue (#9636) 2013-04-14 21:39:19 +02:00
preferences Reinit offscreen bitmap when set keyboard layout 2013-05-06 21:16:24 -04:00
servers bluetooth_server: some 64 bit fixes 2013-05-04 15:31:04 +02:00
system Fix x86-64 build. 2013-05-05 16:57:51 -04:00
tests Chart Demo: Fix for failure to detect already opened popup windows 2013-04-21 20:51:02 -04:00
tools s/OpenBeOS/Haiku 2013-02-16 13:59:39 -05:00
Jamfile