Hi,
I have a suggestion for the skinning part of Plus!:
A tag to allow the skin developer to use ratios in their window dimensions.
I think it'd be something like this:
code:
<SkinInfo>
  <Dimentions>
    <ChatWnd>
      <Size>
        <WidthHeightRatio>1.333</WidthHeightRatio>
      </Size>
    </ChatWnd>
  </Dimensions>
</SkinInfo>
This would allow the user to resize their windows, but along  certain "line".
So your windows can have a resolution of (e.g.) 1024*768  or  1280*960  (because 1024/768=
1.333 and so on)..
Any opinions?