04-11-2003, 06:08 PM -
Ok, make a new blank png image 38 pixels wide by 62 tall and use that as you background. Then replace what's in your skin file with this:
I haven't tested it, but this should do what you're looking for.
Basically, you need to think in layers. The bg.png is, well, the background. It defines the overall size of the plugin. All the coordinates for the icon placement and rectangles are inside the borders of the background image. Let me know if this does what you had in mind.
Code:
[options]
name=Compact 48
author=TrueSoft
email=support@tsoftcentral.com
url=http://www.truelaunchbar.com
version = 2
[general]
Background=bg.png
iconPos = 0 0
[DataSlot0]
param = Temperature
SkinText = 0
rect = 0 48 38 62
LabelType = short
LabelRect = 0 0 10 10
font=Verdana
bold=1
italic=0
align=center
ShowUnits = 1
[default icons]
Sun=sun.png
Clouds=clouds.png
Lightning=storm.png
mix=mix.png
PartlyCloudy=pclouds2.png
Rain=rain2.png
Snow=snow.png
[yahoo3day.ini]
Fair=pclouds.png
Cloudy=clouds.png
Basically, you need to think in layers. The bg.png is, well, the background. It defines the overall size of the plugin. All the coordinates for the icon placement and rectangles are inside the borders of the background image. Let me know if this does what you had in mind.