Shoutbox

[resolved] reduce container conversation. - 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: [resolved] reduce container conversation. (/showthread.php?tid=89352)

[resolved] reduce container conversation. by dada24300 on 02-22-2009 at 08:05 PM

hello to everyone.

I have a problem I wanted to reduce the width of my container of conversation as shown on the screen.

[Image: mini_090222090858529802.png]

can someone help me please.

   
thank you in advance.


RE: reduce container conversation. by dada24300 on 02-22-2009 at 08:48 PM

   
not be sorry it is not.
I apparaite container conversation so that we can see who is writing, but it exceeds the right in relation to container ecriture.
I want to reduce the right side of the container conversation.


RE: reduce container conversation. by Th3rmal on 02-22-2009 at 08:52 PM

I think he wants his right border back... 8-)


RE: reduce container conversation. by Moh on 02-22-2009 at 08:59 PM

He wants to reduce the length then and not the width I conclude.


RE: reduce container conversation. by dada24300 on 02-22-2009 at 09:03 PM

   
yes that's exactly it, reduce the width


RE: reduce container conversation. by robert_dll on 02-22-2009 at 09:29 PM

Look for:

<element id=atom(convhistorycontainer) layoutpos=client layout=FillLayout() padding=Rect(0,0,0,1)>

and change it to:

<element id=atom(convhistorycontainer) layoutpos=client layout=FillLayout() padding=Rect(0,0,17,1)>

It is in the 920 defintion file. You can change the 17 depending on what you need.


RE: reduce container conversation. by dada24300 on 02-22-2009 at 09:38 PM

   
Thank you very much, it works perfectly. ;)