Bug 11182 - skinning line height on text lines 2 and 3 of menu items does not seem possible
: skinning line height on text lines 2 and 3 of menu items does not seem possible
Status: RESOLVED INVALID
Product: SqueezePlay
Classification: Unclassified
Component: UI
: unspecified
: PC Other
: P1 normal (vote)
: 7.4.0
Assigned To: Ben Klaas
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-02-24 12:12 UTC by Ben Klaas
Modified: 2009-09-08 09:22 UTC (History)
3 users (show)

See Also:
Category: ---


Attachments
screenshot of poor vertical text alignment in 3-line text item entry (41.02 KB, image/png)
2009-02-24 12:12 UTC, Ben Klaas
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ben Klaas 2009-02-24 12:12:20 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
                                                },
                                        },
                                },
                        },
                },
        })
Comment 1 Ben Klaas 2009-02-24 12:12:59 UTC
Created attachment 4856 [details]
screenshot of poor vertical text alignment in 3-line text item entry
Comment 2 Blackketter Dean 2009-07-22 09:01:58 UTC
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.
Comment 3 Wadzinski Tom 2009-08-17 09:59:43 UTC
Ben is this P1 for baby?
Comment 4 Ben Klaas 2009-08-17 10:01:20 UTC
actually it's invalid. new UI design does not have any 3 line items.