by jiri » Tue Oct 18, 2005 4:14 am
Recently some skin designers for MM started creating skins where odd and even lines of Track list have different colors. They had to use background image and it, of course, caused problems when users had different DPI settings selected.
Now there's a new feature that fixes this problem, you can explicitely specify colors for odd and even rows. Just locate fonts.ini in the skin file (or create a new one if it doesn't exist yet) and place something like this there:
[TrackList]
OddColor=0x00ff0000
EvenColor=0x0000ff00
[NPList]
OddColor=0x000000ff
EvenColor=0x0000ff00
The colors are in RGB (or 0x00GGBBRR to be exact) and can be set individually for TrackList and Now Playlist (although they will probably be better the same).
Jiri
P.S.: This feature is available starting from MM 2.5 alpha 4.
Recently some skin designers for MM started creating skins where odd and even lines of Track list have different colors. They had to use background image and it, of course, caused problems when users had different DPI settings selected.
Now there's a new feature that fixes this problem, you can explicitely specify colors for odd and even rows. Just locate fonts.ini in the skin file (or create a new one if it doesn't exist yet) and place something like this there:
[TrackList]
OddColor=0x00ff0000
EvenColor=0x0000ff00
[NPList]
OddColor=0x000000ff
EvenColor=0x0000ff00
The colors are in RGB (or 0x00GGBBRR to be exact) and can be set individually for TrackList and Now Playlist (although they will probably be better the same).
Jiri
P.S.: This feature is available starting from MM 2.5 alpha 4.