PDA

View Full Version : Sliding Panels: modifying attributes of custom panels?


jeonatl3
20th June 2009, 11:48 PM
Hi

Wondering how you modify attributes, specifically font style of custom panels? I have created a custom panel using chome configurator which is storing links to favourite applications and enabled it.

In my \Windows\SlidingPanel_320x240.cpl file I have managed to modify font style's of the built in panels, specifically the clock, notifications and settings but there is no reference to my custom panel there, and changing the font style's of <!-- Default layout templates has no effect.

Any experts out there know how I would go about achieving this?

Thanks :-)

dermann
20th June 2009, 11:59 PM
its one of these two
<!-- OperatorServices layout templates -->
or
<!-- TestUIPlugintemplates -->
i think it's the first one though, good luck.

jeonatl3
21st June 2009, 12:01 AM
<!-- OperatorServices

worked a treat - thanks so much!