Shoutbox

Help: Another contact list padding thread. - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Skinning (/forumdisplay.php?fid=41)
+----- Thread: Help: Another contact list padding thread. (/showthread.php?tid=83363)

Help: Another contact list padding thread. by Phillip on 04-24-2008 at 09:00 AM

I am trying to get a nice transparent boarder around my semi-transparent contact list but its pissing me off.

[Image: 66223504ug7.png]

Help..! :sad:


RE: Help: Another contact list padding thread. by aNILEator on 04-24-2008 at 09:54 AM

I have a feeling that this is because the tabs are still 'outside' the box, try looking at mine and willz source code and see if moving them doesn't fix this little problem :)


RE: Help: Another contact list padding thread. by diablotin on 04-24-2008 at 11:28 AM

If you want to have a space on each side

code:
<element id=atom(mainwndframe) layout=filllayout() padding=rect(6,6,6,6) layoutpos=client>
<element layout=borderlayout() borderthickness=rect(1,1,1,1) ID=Atom(ai197)>
<element id=atom(buddytab) layoutpos=client layout=borderlayout()>
<Element layoutpos=client layout=filllayout() padding=rect(0,1,2,2)>
<AddressBook id=atom(ContactList) MenuDui=1001/>

RE: Help: Another contact list padding thread. by Phillip on 04-25-2008 at 05:37 AM

Thankyou both <3