Bug 11170 - Albums Template - font color
: Albums Template - font color
Status: RESOLVED INVALID
Product: SqueezePlay
Classification: Unclassified
Component: UI Skin
: unspecified
: All Other
: -- minor (vote)
: 7.4.0
Assigned To: Ben Klaas
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-02-23 17:39 UTC by ndijulio
Modified: 2009-09-08 09:13 UTC (History)
2 users (show)

See Also:
Category: ---


Attachments
Ref screen shot of correct color (76.10 KB, image/png)
2009-02-23 17:39 UTC, ndijulio
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ndijulio 2009-02-23 17:39:19 UTC
Created attachment 4847 [details]
Ref screen shot of correct color

Font color of artist name in albums template should be:

R178
G178
B178
Comment 1 ndijulio 2009-02-23 18:04:58 UTC
In addition, the alignment of the icons are not aligned properly.  Please see attached guideline for reference.  The left edge of the "back" button and the left edge of icon should be collinear.
Comment 2 Ben Klaas 2009-04-09 08:57:57 UTC
briefly tried to tweak this and was unsuccessful in getting text color to change on an individual line of a multi-line label. May need some lower level support for fg within a line.

leaving bug in my list, but cc: Richard

failed patch:
=== Fab4SkinApplet.lua
==================================================================
--- Fab4SkinApplet.lua  (revision 30986)
+++ Fab4SkinApplet.lua  (local)
@@ -1110,10 +1110,11 @@
                                        line = {
                                                {
                                                        font = _boldfont(ALBUMMENU_FONT_SIZE),
-                                               }
+                                                       fg = TEXT_COLOR,
+                                               },
                                        },
-                                       fg = TEXT_COLOR,
                                        sh = TEXT_SH_COLOR,
+                                       fg = { 0xb2, 0xb2, 0xb2 },
                                },
                                icon = {
                                        h = THUMB_SIZE,
Comment 3 Blackketter Dean 2009-07-22 09:01:57 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 4 Ben Klaas 2009-08-03 05:20:08 UTC
this is a dup...my list is too long to find the number, but definitely a dup

the underlying issue is that doing different text colors on different lines within the same label widget is currently unsupported