Tordex Community

Full Version: Weather forecast xml specifications?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, I have set up a nice 24x24 toolbar skin for wf.

Nothing special, it is the 16x16 enlarged and sharpened and adjusted, but I like it. (Will share if interested)

One problem: I would like icon+text to align at the center of the area taken by the plugin in the taskbar (or else have the plugin use only the area it actually needs).

This is really necessary with single digit temperatures, which are common in metric units: otherwise we are left with a huge gap to the right.

[attachment=1720]

I tried to insert some silly html such as "align:center" but obviously it doesn't work.

Are there any xml specifications I can use in main.xml to make this work? Thanks!
There are no description yet, but you can find XML Scheme here:
http://www.truelaunchbar.com/xml/tlbskins.xsd
Most XML editors will show you auto-complete list of parameters and tags.

If you are using <text> element to show the temperature just add parameter align=center

If you are using imageText/text-image element, this element does not support align.