Hi 

I wanted to look into these two styling bugs.

https://bugs.launchpad.net/mixxx/+bug/1296308
https://bugs.launchpad.net/mixxx/+bug/1201079

As a start I thought I could look into the new LateNight skin and check out how
we set the BackGround and ForeGround color there. Ok so lets look at the
`Library` node in the xml

``` /res/skin/LateNight/library.xml
<Library>
    <BgColor>#585858</BgColor> <-- gray
    <FgColor>#fff</FgColor>  <-- something pink
</Library>
```

The colors that are defined here are never used in the skin. From the looks in
our skin parser the colors defined here actually are never parsed.

So where do we usually parse the foreground and background colors for the
library currently? I also noticed that we don't call 'getLibraryStyle' anymore
for the new 'Library' node, but somehow the image for preview column is set.
Where is this done?

best Max

------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
_______________________________________________
Get Mixxx, the #1 Free MP3 DJ Mixing software Today
http://mixxx.org


Mixxx-devel mailing list
Mixxx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mixxx-devel

Reply via email to