[help] VS start button issue

the image on the start button is not showing fully and i am using 2 lines of taskbar (pulled down for 2 lines)

image is inside the green box

error3zw.png

This is the code in my VS

(Currently using Resedit and editing the text ini file)

[Start::Button]
BgType = ImageFile
ContentMargins = 0, -10, 3, -50
FillColorHint = 116 118 116
Font = cure, 8
ImageCount = 3
ImageFile = vespritStartButton.bmp
ImageLayout = Vertical
SizingMargins = 7, 5, 5, 5
SizingType = TrueSize
TextColor = 255 255 255
Textshadowcolor = 63 63 61
TEXTSHADOWOFFSET = 2, 2
TextShadowType = continuous
Transparent = True

do i need to change the content margins or sizing margins ?

i tried changing those but i dont really know what the 4 numbers on each option represents

EXP:

ContentMargins = 0, -10, 3, -50

SizingMargins = 7, 5, 5, 5

help pls ?

#314032

May be you need to resize the image smaller!

#314038

oh yeah i know resizing image works but i want the image to appear big as in fit nicely within the 2 lined taskbar.

i figured out i need to change the numbers on the code above listed but i dont exactly know what the number respresents. Font color editing is easy as they only have A(alpha) R(red) B(blue) G(green) channels.

ContentMargins = 0, -10, 3, -50

I dont suppose those four numbers are X, Y, Z, N coordinates.. :)

#314040