I'm using the following code in the 920 definition file to centre the icons at the top of the chat window:
code:
<element id=atom(taskbarcontainer) layout=borderlayout() CmdGroup=guid("{0214a791-5450-498f-8860-f8f22844edfa}")>
<*PlusSkin Conditions(CentreConvIcons = false) *><element layoutpos=4 layout=filllayout()></*PlusSkin*>
<*PlusSkin Conditions(CentreConvIcons = true) *><element layoutpos=4 layout=flowlayout(0,2,2,2)></*PlusSkin*>
<Toolbar Accessible=True Layout=FillLayout()>
The two conditional tags replace a previous line that was simply: <element layoutpos=4>
However something strange happens.
Normal behaviour when changing the size of a chat window (specifically the width) is that the text labels on the buttons disappear from right to left as the window becomes too small for them to be displayed. The reverse happens when you re-size the window to make it bigger: the labels re-appear left to right
But with the icons centered this changes. If you re-size a chat window smaller then the text labels disappear, but if you then make it bigger again the labels remain hidden. They only re-appear if you stretch the window open REALLY quickly (snapping the mouse across).
It may be a problem with my code......but I'm similar code elsewhere without a problem, however nowhere else includes the disappearing text labels, so I'm wondering if this is a bug or if somehow it's intended behaviour, or some messenger setting over-riding my settings.
Edit: Just realised that the 'Block' button (ie furthest right) never regains its text regardless of slow/fast expanding