Bugzilla – Bug 11182
skinning line height on text lines 2 and 3 of menu items does not seem possible
Last modified: 2009-09-08 09:22:58 UTC
attempting to layout a menu item that has three lines of text. All attempts at setting the height of the 2nd and 3rd lines in order to properly space the text vertically have failed. s.playlist = _uses(s.iconlist, { menu = { item = { text = { padding = MENU_PLAYLISTITEM_TEXT_PADDING, line = { { font = _boldfont(ALBUMMENU_FONT_SIZE), height = ALBUMMENU_FONT_SIZE }, { height = ALBUMMENU_SMALL_FONT_SIZE + 2 }, { height = ALBUMMENU_SMALL_FONT_SIZE + 2 }, }, }, }, }, })
Created attachment 4856 [details] screenshot of poor vertical text alignment in 3-line text item entry
Moving to the product SqueezePlay because this bug appears to apply to any player based on that application code. Feel free to move it back if it's specific to the original product.
Ben is this P1 for baby?
actually it's invalid. new UI design does not have any 3 line items.